mirror of
https://github.com/klokantech/tileserver-php.git
synced 2025-08-05 06:07:48 +02:00
Readme mentions MVT vector tiles (pbf requests)
This commit is contained in:
10
README.md
10
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".
|
||||
|
Reference in New Issue
Block a user