diff --git a/README.md b/README.md index c6a986c..f44f1ef 100644 --- a/README.md +++ b/README.md @@ -91,13 +91,13 @@ Supported protocols: Exposed at http://[...]/tms -- TileJSON.js +- TileJSON Metadata about the individual maps in a ready to use form for web clients following the standard http://mapbox.com/developers/tilejson/ and with support for JSONP access. - Exposed at http://[...]/layer.jsonp + Exposed at http://[...]/layer.json or .jsonp - Direct access with XYZ tile requests (to existing tiles in a directory or to .mbtiles) @@ -113,6 +113,12 @@ Supported protocols: Exposed at http://[...]/layer/z/x/y.grid.json +- MapBox Vector Tiles (for MBTiles generated by [MapBox Studio Classic](https://www.mapbox.com/mapbox-studio-classic/) or by [OSM2VectorTiles](http://osm2vectortiles.org/) project). + + Example http://osm2vectortiles.tileserver.com/ + TileJSON can be used in MapBox Studio Classic, MapBox SDKs/APIs, OpenLayers, etc. + + Exposed at http://[...]/layer/z/x/y.pbf To use the OGC WMTS standard point your client (desktop or web) to the URL of 'directory' where you installed tileserver.php project with suffix "wmts".