Home
last modified time | relevance | path

Searched refs:GeoJSON (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dgeojson.cpp8 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 Dsource.cpp109 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 Dgeojson.hpp11 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 Dgeojson_source.cpp64 optional<GeoJSON> geoJSON = conversion::convertJSON<GeoJSON>(*res.data, error); in loadDescription()
70 baseImpl = makeMutable<Impl>(impl(), GeoJSON{ FeatureCollection{} }); in loadDescription()
H A Dgeojson_source_impl.cpp16 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 Dgeojson_source_impl.hpp23 Impl(const GeoJSONSource::Impl&, const GeoJSON&);
H A Dcustom_geometry_source.cpp32 const GeoJSON& data) { in setTileData()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.13.022 - 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 Dgeojson_source.hpp34 void setGeoJSON(const GeoJSON&);
50 return getType() == SourceType::GeoJSON; in is()
H A Dcustom_geometry_source.hpp42 void setTileData(const CanonicalTileID&, const GeoJSON&);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dcustom_tile_loader.hpp27 void setTileData(const CanonicalTileID& tileID, const GeoJSON& data);
40 std::map<CanonicalTileID, std::unique_ptr<GeoJSON>> dataCache;
H A Dtypes.cpp11 { SourceType::GeoJSON, "geojson" },
H A Drapidjson_conversion.hpp107 static optional<GeoJSON> toGeoJSON(const JSValue* value, Error& error) { in toGeoJSON()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-geomet_0.3.0.bb1 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 Dpython3-geojson_2.5.0.bb1 SUMMARY = "Python bindings and utilities for GeoJSON"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqt_conversion.hpp123 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 Dgeojson.hpp7 using GeoJSON = mapbox::geojson::geojson; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/itemview_transitions/
H A Ditemview_transitions.pro15 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 Dcustom_geometry_tile.hpp26 void setTileData(const GeoJSON& data);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dtypes.hpp14 GeoJSON, enumerator
H A Dconversion.hpp183 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 Drender_geojson_source.hpp52 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 Drender_source.cpp25 case SourceType::GeoJSON: in create()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/geojson_viewer/
H A Dmain.qml70 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 Doffline_download.cpp121 case SourceType::GeoJSON: { in getStatus()
212 case SourceType::GeoJSON: { in activateDownload()

12