this post was submitted on 23 Jul 2025
86 points (100.0% liked)
OpenStreetMap community
4996 readers
20 users here now
Everything #OpenStreetMap related is welcome: software releases, showing of your work, questions about how to tag something, as long as it has to do with OpenStreetMap or OpenStreetMap-related software.
OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
Join OpenStreetMap and start mapping: https://www.openstreetmap.org/.
There are many communication channels about OSM, many organized around a certain country or region. Discover them on https://openstreetmap.community/
https://mapcomplete.org/ is an easy-to-use website to view, edit and add points (such as shops, restaurants and others)
https://learnosm.org/en/ has a lot of information for beginners too.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
@artyom
Raster tiles: A map image is 'cut up' into little squares: one set of image tiles per combination of style, language etc. This is replicated at all the required scales.
Vector tiles: The map data that would be required to display all the styles for that square is extracted from the database, simplified and stuck in an intermediate format. One set of tiles can support multiple styles, languages and angles that would be impractical with rasters.
@openstreetmap
Cool, thanks