[mapguide-commits] r10051 - trunk/MgDev/UnitTest/TestData/Samples/Sheboygan/Library/Samples/Sheboygan/TileSets
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Fri May 26 07:10:01 PDT 2023
Author: jng
Date: 2023-05-26 07:10:00 -0700 (Fri, 26 May 2023)
New Revision: 10051
Modified:
trunk/MgDev/UnitTest/TestData/Samples/Sheboygan/Library/Samples/Sheboygan/TileSets/SheboyganXYZ.TileSetDefinition_CONTENT.xml
Log:
The problem with the "Open any map or tile set" sample was not actually in the code, it was in the SheboyganXYZ tileset we're trying to load. It had extents in LL84 coordinates instead of Web Mercator. The extents on this tileset has been fixed to match expected coordinates.
Fixes #2872
Modified: trunk/MgDev/UnitTest/TestData/Samples/Sheboygan/Library/Samples/Sheboygan/TileSets/SheboyganXYZ.TileSetDefinition_CONTENT.xml
===================================================================
--- trunk/MgDev/UnitTest/TestData/Samples/Sheboygan/Library/Samples/Sheboygan/TileSets/SheboyganXYZ.TileSetDefinition_CONTENT.xml 2023-05-04 13:10:53 UTC (rev 10050)
+++ trunk/MgDev/UnitTest/TestData/Samples/Sheboygan/Library/Samples/Sheboygan/TileSets/SheboyganXYZ.TileSetDefinition_CONTENT.xml 2023-05-26 14:10:00 UTC (rev 10051)
@@ -12,10 +12,10 @@
</Parameter>
</TileStoreParameters>
<Extents>
- <MinX>-87.79786601383196</MinX>
- <MaxX>-87.66452777186925</MaxX>
- <MinY>43.6868578621819</MinY>
- <MaxY>43.8037962206133</MaxY>
+ <MinX>-9770571.932508154</MinX>
+ <MaxX>-9755615.48593707</MaxX>
+ <MinY>5416573.683659216</MinY>
+ <MaxY>5436091.168557914</MaxY>
</Extents>
<BaseMapLayerGroup>
<Name>Base Layer Group</Name>
More information about the mapguide-commits
mailing list