Home
last modified time | relevance | path

Searched refs:geojson (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojson/0.4.2/include/mapbox/
H A Dgeojson_impl.hpp14 namespace geojson { namespace
187 geojson convert<geojson>(const rapidjson_value &json) { in convert()
218 return geojson{ collection }; in convert()
222 return geojson{ convert<feature>(json) }; in convert()
224 return geojson{ convert<geometry>(json) }; in convert()
246 geojson parse(const std::string &json) { in parse()
247 return parse<geojson>(json); in parse()
250 geojson convert(const rapidjson_value &json) { in convert()
251 return convert<geojson>(json); in convert()
431 rapidjson_value convert(const geojson& element, rapidjson_allocator& allocator) { in convert()
[all …]
H A Dgeojson.hpp7 namespace geojson { namespace
30 using geojson = mapbox::util::variant<geometry, feature, feature_collection>; typedef
31 geojson parse(const std::string &);
39 std::string stringify(const geojson &);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dgeojson.hpp7 using GeoJSON = mapbox::geojson::geojson;
8 using FeatureCollection = mapbox::geojson::feature_collection;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojson/0.4.2/include/mapbox/geojson/
H A Drapidjson.hpp7 namespace geojson { namespace
21 geojson convert(const rapidjson_value &);
29 rapidjson_value convert(const geojson &, rapidjson_allocator&);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/
H A Dgeojsonvt.hpp20 using geojson = mapbox::util::variant<geometry, feature, feature_collection>; typedef
62 inline const Tile geoJSONToTile(const geojson& geojson_, in geoJSONToTile()
70 const auto features_ = geojson::visit(geojson_, ToFeatureCollection{}); in geoJSONToTile()
102 GeoJSONVT(const geojson& geojson_, const Options& options_ = Options()) in GeoJSONVT()
103 : GeoJSONVT(geojson::visit(geojson_, ToFeatureCollection{}), options_) { in GeoJSONVT()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dgeojson_source.cpp33 void GeoJSONSource::setGeoJSON(const mapbox::geojson::geojson& geoJSON) { in setGeoJSON()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.15.241 cURL Parse Date, Earcut Polygon Triangulation Library, geojson-cpp,
42 geojson-vt-cpp, geometry.hpp, kdbush.hpp, polylabel, protozero, RapidJSON,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dcustom_tile_loader.cpp62 auto dataPtr = std::make_unique<mapbox::geojson::geojson>(std::move(data)); in setTileData()
H A Drapidjson_conversion.hpp109 return mapbox::geojson::convert(*value); in toGeoJSON()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-geojson_2.5.0.bb2 HOMEPAGE = "https://pypi.org/project/geojson/"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/
H A Dmapboxgl.qdoc186 …of \b sourceType \l {https://www.mapbox.com/mapbox-gl-js/style-spec/#sources-geojson}{geojson}, the
188 \b raster-dem, \b image and \b geojson.
189 'geojson'.
233 property var sourceType: "geojson"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/
H A Dlocation.pro45 # FIXME: this should be moved out of plugin source code, geojson is referenced from other places
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqmapboxglstylechange.cpp605 QFile geojson(data); in fromMapParameter() local
606 geojson.open(QIODevice::ReadOnly); in fromMapParameter()
607 source->m_params[QStringLiteral("data")] = geojson.readAll(); in fromMapParameter()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-core/packagegroups/
H A Dpackagegroup-meta-python.bb142 python3-geojson \
465 python3-geojson-ptest \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/
H A Dmapbox-gl-native.pro218 src/mbgl/style/conversion/geojson.cpp \
413 deps/geojson/0.4.2 \
414 deps/geojson/0.4.2/include \