Tried to fiddle with the mapguide fusionSF.js file trying to get the WKT for the World Azimuthal Equidistant projection to work but to no avail. I set the Projection of my map manually to the WKT value from here: https://epsg.io/54032 Then found that it would try to load a JavaScript projection file from my servers Mapguide location i.e. /mapguide/fusion/templates/mapguide/aqua/defs/EPSG54032.js. This file obviously didn't exist. Then when looking through the fusionSF.js file I found a function that allows for web service reference to a projection (Proj4js.loadFromService). I was trying to reference the following : "http://spatialreference.org/ref/esri/54032/proj4js/". However, it would always change the "srsAuth" value from esri to epsg and force the URL to be "http://spatialreference.org/ref/epsg/54032/proj4js/" no matter what I tried.
I might just be going about this all wrong thinking this can be "hotfixed" MGOS side or this could help someone with a lot more skill than me in the right direction. I can't help believe that this is all due to ESRI partnering with Google to support and deliver map solutions. -----Original Message----- From: mapguide-users <[email protected]> On Behalf Of Alec Bell Sent: 20 February 2019 02:55 AM To: [email protected] Subject: Re: [mapguide-users] Google Offset in MGOS 3.1.1 Going by this link Google Maps changed to azimuthal projection not sure if that means the api has changed as well. There's nothing in the release notes for Google Maps API indicating this change. https://gis.stackexchange.com/questions/302795/what-is-the-new-projection-for-google-maps-called -- 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 _______________________________________________ mapguide-users mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/mapguide-users
