mirror of
https://github.com/klokantech/tileserver-php.git
synced 2025-08-11 00:54:29 +02:00
Updated readme with tile size, closes #129 and custom CRS
This commit is contained in:
@@ -120,6 +120,9 @@ Supported protocols:
|
|||||||
|
|
||||||
Exposed at http://[...]/layer/z/x/y.pbf
|
Exposed at http://[...]/layer/z/x/y.pbf
|
||||||
|
|
||||||
|
- Retina / HighDPI routing with 512 tiles
|
||||||
|
Use @2x suffix in url for JSONs and tiles. For example http://tileserver.maptiler.com/grandcanyon@2x.json
|
||||||
|
|
||||||
To use the OGC WMTS standard point your client (desktop or web) to the URL
|
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".
|
of 'directory' where you installed tileserver.php project with suffix "wmts".
|
||||||
For example: http://www.example.com/directory/wmts
|
For example: http://www.example.com/directory/wmts
|
||||||
@@ -140,6 +143,9 @@ GetTile RESTful/KVP:
|
|||||||
|
|
||||||
Other example requests are mentioned in the .htaccess.
|
Other example requests are mentioned in the .htaccess.
|
||||||
|
|
||||||
|
TileServer-PHP supports all coordinates system. You have to define it with tilejson with specification on https://github.com/klokantech/tilejson-spec/tree/custom-projection/2.2.0
|
||||||
|
Or use MapTiler to produce datasets with this specification.
|
||||||
|
|
||||||
Performance from the web clients
|
Performance from the web clients
|
||||||
--------------------------------
|
--------------------------------
|
||||||
|
|
||||||
@@ -174,9 +180,6 @@ Limits of actual implementation
|
|||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
With intention, in this moment the project supports only:
|
With intention, in this moment the project supports only:
|
||||||
- Mercator tiles (a la OpenStreetMap) and Geodetic tiles (WGS84 unprojected)
|
|
||||||
with known and described tiling scheme.
|
|
||||||
- All tiles must be 256x256 pixels.
|
|
||||||
- We enforce and require XYZ (top-left origin) tiling schema (even for TMS).
|
- We enforce and require XYZ (top-left origin) tiling schema (even for TMS).
|
||||||
|
|
||||||
Password protection
|
Password protection
|
||||||
|
Reference in New Issue
Block a user