Home
last modified time | relevance | path

Searched defs:geojson (Results 1 – 5 of 5) 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.hpp7 namespace geojson { namespace
30 using geojson = mapbox::util::variant<geometry, feature, feature_collection>; typedef
H A Dgeojson_impl.hpp14 namespace geojson { namespace
/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
/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
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqmapboxglstylechange.cpp605 QFile geojson(data); in fromMapParameter() local