Earlier quoted context omitted.
>Vector tiles are not new technology. Yeah, it really is not. Mapbox Vector Tiles spec came out in 2014, and they've been absolutely standard across all (non-government) web mapping for at least the last 5 years.
Indeed almost everyone except Apple's MapKit library for in-app native maps integration is using vector these days.
Vector Tiles are deployed on OpenStreetMap.org
51–60 of 73 posts
Re: Vector Tiles are deployed on OpenStreetMap.org
#52What's the impediment to not providing daily or weekly planet-wide mbtiles similar to the availability of OSM pbfs on AWS open data buckets[1]? [1] https://registry.opendata.aws/osm/
Re: Vector Tiles are deployed on OpenStreetMap.org
#53Not that Apple Maps or Google Maps are much better in this regard.
Re: Vector Tiles are deployed on OpenStreetMap.org
#54What's the impediment to not providing daily or weekly planet-wide mbtiles similar to the availability of OSM pbfs on AWS open data buckets[1]? [1] https://registry.opendata.aws/osm/
To answer the question: somebody needs to do the initial work and it's a further moving part that needs to be kept running (as the other responses point out such a distribution would likely use PMTiles as a container format). Given the current finances and staffing of the OSMF likely not top priority.
Re: Vector Tiles are deployed on OpenStreetMap.org
#55If you find value in it, consider donating any amount to the OpenStreetMap Foundation.
https://blog.openstreetmap.org/2024/02/11/2024-announcing-th...
Re: Vector Tiles are deployed on OpenStreetMap.org
#56In case you wonder how much time / resources it takes to generate vector tiles, I'm running benchmarks with Tilemaker here for https://cartes.app https://github.com/systemed/tilemaker/issues/839
Re: Vector Tiles are deployed on OpenStreetMap.org
#57Earlier quoted context omitted.
I think mbtiles are being phased out for pmtiles because no DB required and can be served from static storage like R2/S3 (with a worker but hopefully the worker part goes away and they support byte offset requests soon)
You don't need a database to serve mbtiles. If you're deploying PMTiles somewhere that doesn't support byte offset requests, then they don't really have much advantage over mbtiles.
Re: Vector Tiles are deployed on OpenStreetMap.org
#58Background: Mapping applications split up data into "tiles" so you can download only the data you are currently looking at. For example, you don't want to download the entire planet, just to look at your own neighborhood. Historically, these tiles were literally images that the client application (i.e. web map) could "tile" side by side to cover the part of the map you were looking at. Now we refer to those images as…
Re: Vector Tiles are deployed on OpenStreetMap.org
#59Re: Vector Tiles are deployed on OpenStreetMap.org
#60Background: Mapping applications split up data into "tiles" so you can download only the data you are currently looking at. For example, you don't want to download the entire planet, just to look at your own neighborhood. Historically, these tiles were literally images that the client application (i.e. web map) could "tile" side by side to cover the part of the map you were looking at. Now we refer to those images as…
>Vector tiles are not new technology. Yeah, it really is not. Mapbox Vector Tiles spec came out in 2014, and they've been absolutely standard across all (non-government) web mapping for at least the last 5 years.