GeoWebCache / geowebcache

GeoWebCache is a tile caching server implemented in Java that provides various tile caching services like WMS-C, TMS, WMTS, Google Maps, MS Bing and more
https://www.geowebcache.org
335 stars 280 forks source link

support for EPSG aliases #325

Open relet opened 9 years ago

relet commented 9 years ago

E.g. I would like to advertise projection EPSG:25833 and EPSG:32633 to the client, while requesting tiles from the backend using only EPSG:25833. That is for (mostly) identical projections where no reprojection is needed.

The idea being of course that identical tiles are only cached (and requested) once, while both projections are advertised.

smithkm commented 8 years ago

It would be nice to support protocol specific aliasing as well. WMTS and TMS specify different names for the standard Web Mercator quad tree gridset. Allowing gridsets that differ only in their starting like the TMS and WMTS takes on WGS84 Quad tree gridsets to be backed by a single cache would also be a good idea.