[mapguide-users] REST Tile creation crops labels and symbols

Jackie Ng jumpinjackie at gmail.com
Tue Mar 17 09:50:30 PDT 2015


Ok, I just pushed the fix for this:

https://github.com/jumpinjackie/mapguide-rest/issues/99

With this fix, the change you have to make to the OL sample is to change
this:

url: restUrl +
'/library/Samples/Sheboygan/TileSets/SheboyganXYZ.TileSetDefinition/xyz/Base
Layer Group/{z}/{x}/{y}/tile.png'

to this:

url: restUrl +
'/library/Samples/Sheboygan/TileSets/SheboyganXYZ.TileSetDefinition/xyz/Base
Layer Group/{z}/{x}/{y}/tile'

Note the lack of extension in after "tile" in that url, as the image format
to use will be specified as part of the Tile Set Definition itself.

- Jackie



--
View this message in context: http://osgeo-org.1560.x6.nabble.com/REST-Tile-creation-crops-labels-and-symbols-tp5193785p5193951.html
Sent from the MapGuide Users mailing list archive at Nabble.com.


More information about the mapguide-users mailing list