[mapserver-commits] r12347 - trunk/mapserver/mapcache/src
svn at osgeo.org
svn at osgeo.org
Fri Aug 26 07:18:38 EDT 2011
Author: tbonfort
Date: 2011-08-26 04:18:37 -0700 (Fri, 26 Aug 2011)
New Revision: 12347
Modified:
trunk/mapserver/mapcache/src/service_wmts.c
Log:
Updated service_demo to include support for gmaps demo for all configured
spherical Mercator layers.
imaptools at gmail.com | 2011-04-16 05:51:34 +0200 (Sat, 16 Apr 2011)
Modified: trunk/mapserver/mapcache/src/service_wmts.c
===================================================================
--- trunk/mapserver/mapcache/src/service_wmts.c 2011-08-26 11:18:34 UTC (rev 12346)
+++ trunk/mapserver/mapcache/src/service_wmts.c 2011-08-26 11:18:37 UTC (rev 12347)
@@ -230,16 +230,6 @@
if(WellKnownScaleSet) {
ezxml_set_txt(ezxml_add_child(tmset,"WellKnownScaleSet",0),WellKnownScaleSet);
}
-static const char *wmts_matrix =
- " <TileMatrix>\n"
- " <ows:Identifier>%d</ows:Identifier>\n"
- " <ScaleDenominator>%.20f</ScaleDenominator>\n"
- " <TopLeftCorner>%f %f</TopLeftCorner>\n"
- " <TileWidth>%d</TileWidth>\n"
- " <TileHeight>%d</TileHeight>\n"
- " <MatrixWidth>%d</MatrixWidth>\n"
- " <MatrixHeight>%d</MatrixHeight>\n"
- " </TileMatrix>\n";
for(level=0;level<grid->nlevels;level++) {
ezxml_t tm = ezxml_add_child(tmset,"TileMatrix",0);
More information about the mapserver-commits
mailing list