vector-tiles Questions

6

Solved

I have an .osm.pbf file which I want to use to generate vector tiles with (.mbtiles). Im currently on a windows machine utilising docker, I have tried to use the tool tilemaker (https://github.com/...
Overkill asked 22/1, 2021 at 16:51

3

I have a geoJSON file that I convert into vector.tiles using this npm package. I use const tileIndex = geojsonvt(geoJSON). The geoJSON file has the following format and it gets converted without a...
Matherly asked 5/6, 2020 at 23:35

2

Problem I would like to create a Mapbox vector tile (MVT) in Django, using the ORM. In SQL (PostgreSQL, PostGIS) the SQL query looks like this for the tile with zoom=8, x=137, y=83: SELECT ST_AsMVT...
Vistula asked 30/12, 2020 at 14:8

3

Solved

I'm new in MapBox GL Js and I want to call a big GeoJSON file over https and display it to the map. I think that calling vector Tile is the best way to do that, I found some tutorials that show how...
Wednesday asked 21/4, 2020 at 11:13

2

Solved

Is it possible to get tiles LngLat bounding box? (and center/width if possible) I.e given any tile "id" (e.g 6/33/24), calculate wanted coordinates. I'm so desperate to get an answer that...
Incendiary asked 29/12, 2020 at 15:57

2

Solved

Has anyone used either Mapbox or OpenMapTiles vector tiles to find routes from one place to another? It seems to me like those tiles are made for display and don't contain intersection informatio...
Trojan asked 12/9, 2018 at 16:36

3

Solved

I have a lot of GeoJSON spatial data that I want to display on a leaflet map. Around 35,000 GeoJSON objects. Because the amount of points can get very large, I wanted to use the geojson-vt library...
Housebound asked 5/11, 2015 at 14:27

2

Solved

I am trying to use openMapTiles vector tiles for vehicle routing. It seems like a very fast data source to load. I intend to simulate many vehicles, so repeatedly querying google maps api is not an...
Alphonse asked 31/8, 2018 at 22:10

1

Is there any way I can make vector tiles and overly them on MKMapView in iOS 6 and above? I know how to overlay images using MKOverlayView, but they are raster images.
Duax asked 29/1, 2014 at 12:41

1

Solved

What exactly do the minzoom and maxzoom properties on vector tile sources, and vector-based layers do in Mapbox-GL-JS styles? The documentation is a bit short.
Cunctation asked 10/1, 2018 at 22:40

1

Solved

I'm running into a problem with Mapbox-GL-JS where there are cached vector tiles in my browser, preventing recent changes being seen. The normal workaround is to append a unique string onto the end...
Whatsoever asked 9/1, 2017 at 21:55
1

© 2022 - 2024 — McMap. All rights reserved.