1
0
mirror of https://github.com/klokantech/tileserver-php.git synced 2025-08-05 14:18:13 +02:00

Readme mentions MVT vector tiles (pbf requests)

This commit is contained in:
Petr Pridal
2016-05-05 12:18:20 +02:00
parent f7613e04a1
commit 058df85c2e

View File

@@ -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".