| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojson/0.4.2/include/mapbox/ |
| H A D | geojson_impl.hpp | 14 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 D | geojson.hpp | 7 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 D | geojson.hpp | 7 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 D | rapidjson.hpp | 7 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 D | geojsonvt.hpp | 20 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 D | geojson_source.cpp | 33 void GeoJSONSource::setGeoJSON(const mapbox::geojson::geojson& geoJSON) { in setGeoJSON()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/ |
| H A D | changes-5.15.2 | 41 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 D | custom_tile_loader.cpp | 62 auto dataPtr = std::make_unique<mapbox::geojson::geojson>(std::move(data)); in setTileData()
|
| H A D | rapidjson_conversion.hpp | 109 return mapbox::geojson::convert(*value); in toGeoJSON()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-geojson_2.5.0.bb | 2 HOMEPAGE = "https://pypi.org/project/geojson/"
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/ |
| H A D | mapboxgl.qdoc | 186 …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 D | location.pro | 45 # 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 D | qmapboxglstylechange.cpp | 605 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 D | packagegroup-meta-python.bb | 142 python3-geojson \ 465 python3-geojson-ptest \
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/ |
| H A D | mapbox-gl-native.pro | 218 src/mbgl/style/conversion/geojson.cpp \ 413 deps/geojson/0.4.2 \ 414 deps/geojson/0.4.2/include \
|