Vector Tiles are deployed on OpenStreetMap.org
blog.openstreetmap.org
Vector Tiles are deployed on OpenStreetMap.org
1–10 of 73 posts
Re: Vector Tiles are deployed on OpenStreetMap.org
#2Re: Vector Tiles are deployed on OpenStreetMap.org
#3I had no idea what vector tiles were and the page doesn't explain it. https://en.wikipedia.org/wiki/Vector_tiles
Re: Vector Tiles are deployed on OpenStreetMap.org
#4I had no idea what vector tiles were and the page doesn't explain it. https://en.wikipedia.org/wiki/Vector_tiles
Here's how I understand it: Previously, OpenStreetMap's tile endpoints would serve pre-rasterized PNG images, so zooming in on a tile could cause it to get blurry, until your client requests a new, zoomed in tile. Now, they can serve tiles in SVG format, which scale better
Re: Vector Tiles are deployed on OpenStreetMap.org
#5Re: Vector Tiles are deployed on OpenStreetMap.org
#6I had no idea what vector tiles were and the page doesn't explain it. https://en.wikipedia.org/wiki/Vector_tiles
Here's how I understand it: Previously, OpenStreetMap's tile endpoints would serve pre-rasterized PNG images, so zooming in on a tile could cause it to get blurry, until your client requests a new, zoomed in tile. Now, they can serve tiles in SVG format, which scale better
Re: Vector Tiles are deployed on OpenStreetMap.org
#7Nice. I already use Vector Tiles on my backend. But it is nice to have other sources like this.
Providing that feedback is one of the main purposes of the site.
Re: Vector Tiles are deployed on OpenStreetMap.org
#8I had no idea what vector tiles were and the page doesn't explain it. https://en.wikipedia.org/wiki/Vector_tiles
Here's how I understand it: Previously, OpenStreetMap's tile endpoints would serve pre-rasterized PNG images, so zooming in on a tile could cause it to get blurry, until your client requests a new, zoomed in tile. Now, they can serve tiles in SVG format, which scale better
They still are blurry, because openstreetmap.org uses a JS library that does not seem to support vector tiles :/