-
-
Notifications
You must be signed in to change notification settings - Fork 4
Site structure for tiles.openstreetmap.us #37
Copy link
Copy link
Open
Description
Per conversation with @jake-low, it makes sense for the OSM US Tileservice to include all the components someone would need to display a web map. I'm thinking the site structure of tiles.openstreetmap.us could look something like this:
| Permalink | Content |
|---|---|
/ |
Homepage with overview of the tileservice, quick start info, and site directory |
/tiles/ |
List of available tilesets |
/vector/{tileset}.json |
TileJSON files describing each vector tileset |
/vector/{tileset}/{z}/{x}/{y}.mvt |
Individual vector tiles |
/raster/{tileset}.json |
TileJSON files describing each raster tileset |
/raster/{tileset}/{z}/{x}/{y}.jpg |
Individual raster tiles |
/styles/ |
List of available map stylesheets |
/styles/{stylesheet}.json |
Individual MapLibre stylesheet JSON files |
/fonts/ |
List of available fontstacks ("glyphs" in a stylesheet) |
/fonts/{fontstack}/{range}.pbf |
PBF font files suitable for use in stylesheets |
/sprites/ |
List of available spritesheets |
/sprites/{spritesheet}.png/sprites/{spritesheet}.json |
Spritesheet assets |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels