<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style='font-size:10pt;font-family:Verdana,Arial,Helvetica,sans-serif;'>Hi List,<br> Looking at the TMS as supported by MapProxy (https://mapproxy.org/docs/1.8.0/services.html#tms-service-label), I see this line:<br> <br> "MapProxy uses the actual name of the grid as the grid identifier instead of the SRS code. Tiles will then be available under /tms/1.0.0/mylayer/mygrid/ instead of /tms/1.0.0/mylayer/EPSG1234/ or /tms/1.0.0/mylayer_EPSG1234/."<br> <br> So MapProxy is using the / symbol to separate layer from grid (or EPSG). Although there's also the option to use a _ as well apparently.<br> <br> In contrast, MapServer is using the @ symbol: http://mapserver.org/mapcache/services.html#mapcache-services, as does GeoWebCache/Geoserver (http://geowebcache.org/docs/current/services/tms.html)<br> <br> Does anyone know why MapProxy uses /or _ rather than @ to delimit this? And which is the "standard" (the actual standard doesn't seem to say either way, but that may just be my reading - http://wiki.osgeo.org/wiki/Tile_Map_Service_Specification)<br> <br> Cheers,<br> Jonathan<br></div></body></html>