| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/ |
| H A D | geojson.cpp | 8 optional<GeoJSON> Converter<GeoJSON>::operator()(const Convertible& value, Error& error) const { in operator ()() 12 optional<GeoJSON> parseGeoJSON(const std::string& value, Error& error) { in parseGeoJSON() 13 return convertJSON<GeoJSON>(value, error); in parseGeoJSON()
|
| H A D | source.cpp | 109 optional<GeoJSON> geoJSON = convert<GeoJSON>(*dataValue, error); in convertGeoJSONSource()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/conversion/ |
| H A D | geojson.hpp | 11 optional<GeoJSON> parseGeoJSON(const std::string&, Error&); 14 struct Converter<GeoJSON> { 16 optional<GeoJSON> operator()(const Convertible&, Error&) const;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/ |
| H A D | geojson_source.cpp | 64 optional<GeoJSON> geoJSON = conversion::convertJSON<GeoJSON>(*res.data, error); in loadDescription() 70 baseImpl = makeMutable<Impl>(impl(), GeoJSON{ FeatureCollection{} }); in loadDescription()
|
| H A D | geojson_source_impl.cpp | 16 GeoJSONVTData(const GeoJSON& geoJSON, in GeoJSONVTData() 43 : Source::Impl(SourceType::GeoJSON, std::move(id_)), in Impl() 47 GeoJSONSource::Impl::Impl(const Impl& other, const GeoJSON& geoJSON) in Impl()
|
| H A D | geojson_source_impl.hpp | 23 Impl(const GeoJSONSource::Impl&, const GeoJSON&);
|
| H A D | custom_geometry_source.cpp | 32 const GeoJSON& data) { in setTileData()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/ |
| H A D | changes-5.13.0 | 22 - Added a GeoJSON parser which can be used to annotate maps with tracks, 24 - GeoJSON returned in Nominatim queries is now converted into the corresponding 26 - GeoJSON returned in Nominatim queries is now converted into the corresponding
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/sources/ |
| H A D | geojson_source.hpp | 34 void setGeoJSON(const GeoJSON&); 50 return getType() == SourceType::GeoJSON; in is()
|
| H A D | custom_geometry_source.hpp | 42 void setTileData(const CanonicalTileID&, const GeoJSON&);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | custom_tile_loader.hpp | 27 void setTileData(const CanonicalTileID& tileID, const GeoJSON& data); 40 std::map<CanonicalTileID, std::unique_ptr<GeoJSON>> dataCache;
|
| H A D | types.cpp | 11 { SourceType::GeoJSON, "geojson" },
|
| H A D | rapidjson_conversion.hpp | 107 static optional<GeoJSON> toGeoJSON(const JSValue* value, Error& error) { in toGeoJSON()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-geomet_0.3.0.bb | 1 SUMMARY = "Convert GeoJSON to WKT/WKB (Well-Known Text/Binary), and vice versa." 2 DESCRIPTION = "Convert GeoJSON to WKT/WKB (Well-Known Text/Binary), and vice versa."
|
| H A D | python3-geojson_2.5.0.bb | 1 SUMMARY = "Python bindings and utilities for GeoJSON"
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/ |
| H A D | qt_conversion.hpp | 123 static optional<GeoJSON> toGeoJSON(const QVariant& value, Error& error) { in toGeoJSON() 129 return GeoJSON { asMapboxGLFeature(value.value<QMapbox::Feature>()) }; in toGeoJSON()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | geojson.hpp | 7 using GeoJSON = mapbox::geojson::geojson; typedef
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/itemview_transitions/ |
| H A D | itemview_transitions.pro | 15 DISTFILES += $$files($$PWD/*.py) $$files($$PWD/*.GeoJSON) main.qml OsloListModel.qml doc/src/itemvi…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/ |
| H A D | custom_geometry_tile.hpp | 26 void setTileData(const GeoJSON& data);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/ |
| H A D | types.hpp | 14 GeoJSON, enumerator
|
| H A D | conversion.hpp | 183 friend inline optional<GeoJSON> toGeoJSON(const Convertible& v, Error& error) { in toGeoJSON() 222 optional<GeoJSON> (*toGeoJSON) (const Storage&, Error&);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/ |
| H A D | render_geojson_source.hpp | 52 return baseImpl->type == style::SourceType::GeoJSON; in is()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | render_source.cpp | 25 case SourceType::GeoJSON: in create()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/geojson_viewer/ |
| H A D | main.qml | 70 title: qsTr("GeoJSON Viewer") 76 title: "Choose a GeoJSON file"
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/ |
| H A D | offline_download.cpp | 121 case SourceType::GeoJSON: { in getStatus() 212 case SourceType::GeoJSON: { in activateDownload()
|