[mapguide-commits] r8582 - trunk/MgDev/Common/MapGuideCommon/Resources
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Tue Mar 17 04:02:09 PDT 2015
Author: jng
Date: 2015-03-17 04:02:09 -0700 (Tue, 17 Mar 2015)
New Revision: 8582
Modified:
trunk/MgDev/Common/MapGuideCommon/Resources/mapguide_en.res
Log:
#2550: RFC 140 errata: Update XYZ tile provider description
Modified: trunk/MgDev/Common/MapGuideCommon/Resources/mapguide_en.res
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Resources/mapguide_en.res 2015-03-17 10:46:00 UTC (rev 8581)
+++ trunk/MgDev/Common/MapGuideCommon/Resources/mapguide_en.res 2015-03-17 11:02:09 UTC (rev 8582)
@@ -433,7 +433,7 @@
MgTileProvider_Default_DisplayName = Default Tile Provider
MgTileProvider_Default_Description = Default tile access provided by MapGuide. Supports MapGuide-managed tile path or user-defined path
MgTileProvider_XYZ_DisplayName = XYZ Tile Provider
-MgTileProvider_XYZ_Description = XYZ tile access provided by MapGuide. Grid scheme is compatible with Google Maps and Open Street Map. Rendered tiles are 256x256. Layers must be convertible from lat/lon coordinates. Under this scheme, Row = X, Column = Y, Scale = Z for accessing tiles. Supports MapGuide-managed tile path or user-defined path
+MgTileProvider_XYZ_Description = XYZ tile access provided by MapGuide. Grid scheme is compatible with Google Maps and Open Street Map. Rendered tiles are 256x256. Layers must be transformable to WGS84.PseudoMercator coordinates. Under this scheme, Row = X, Column = Y, Scale = Z for accessing tiles. Supports MapGuide-managed tile path or user-defined path
MgTileProvider_Common_Property_TilePath_LocalizedName = Tile Path
MgTileProvider_Common_Property_TileWidth_LocalizedName = Tile Width
MgTileProvider_Common_Property_TileHeight_LocalizedName = Tile Height
More information about the mapguide-commits
mailing list