-
Notifications
You must be signed in to change notification settings - Fork 3
Vector Tile Server Overview
Setting up a new vector tile server (on PX), with Planet OSM in PostGIS, served up as vector and/or raster tiles.
-
- Entire OSM Planet file rendered to vector tiles.
-
- Raster tiles upon request.
-
- Vector tiles upon request.
-
- On-demand styling of entire OSM Planet.
-
- Served securely and privately.
===
- Import data with mappings.json - sql mappings.
- Read data from PostGIS with sql queries. These are set in Mapnik XML sheet, like this: postgis.xml
- Create vector tiles from that, with a layer in the vector tile for each table. Ends up being a #layer in CartoCSS.
- Grind the whole planet - or request a
createVectorTilefrom PostGIS.
===
For detailed install instructions for PostGIS, see this wiki entry.
For detailed instructions for installing Mapnik, see this wiki entry.
Use a fork of TileStache, here
and see here: https://github.com/mapzen/vector-datasource
TileStache: http://tilestache.org/doc/
TileStache.Vector: http://tilestache.org/doc/TileStache.Vector.html
Integration-1 fork
Mapbox/Mike on whole world MVT: blog
Mapbox Vector Tiles: blog
OSM Import old-skool
O.G. Vector Tiles for OSM: link
Tile coordinates reference
OSM Bright -start here!
Other people's hand in blenders: http://www.gretchenpeterson.com/blog/making-a-basemap-with-osm-data-some-notes/
Clustering
Datasets
OSM Layers
Tile Server overview
API
- Portal
- PostGIS
- Linux Dependencies
- Mapnik
- Postgres-XL (obsolete)
- Tilestache (obsolete)