That is how I add all the various Backgrounds now. Using Generic XYZ: For example:
OpenStreetMap: https://a.tile.openstreetmap.org/${z}/${x}/${y}.png Google Maps: https://mt1.google.com/vt/lyrs=m&x=${x}&y=${y}&z=${z} Google Satellite: https://mt1.google.com/vt/lyrs=s&x=${x}&y=${y}&z=${z} Google Terrain: https://mt1.google.com/vt/lyrs=p&x=${x}&y=${y}&z=${z} ESRI Streets: https://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer/tile/${z}/${y}/${x} Esri Topography: https://server.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer/tile/${z}/${y}/${x} And so on... -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html _______________________________________________ mapguide-users mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/mapguide-users
