Searched refs:geojson_ (Results 1 – 1 of 1) sorted by relevance
62 inline const Tile geoJSONToTile(const geojson& geojson_, in geoJSONToTile() argument70 const auto features_ = geojson::visit(geojson_, ToFeatureCollection{}); in geoJSONToTile()102 GeoJSONVT(const geojson& geojson_, const Options& options_ = Options()) in GeoJSONVT() argument103 : GeoJSONVT(geojson::visit(geojson_, ToFeatureCollection{}), options_) { in GeoJSONVT()