<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0">Good detective work so far - I'd suggest trying to create that EPSG54032.js file manually, in the spot that it's looking for it. This would maybe let you get to the bottom of whether or not it's even possible to hotfix
 this. </p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">I can only find one epsg js file on my installation. Here's the contents, in case you don't have any (EPSG42304.js): </p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0"><span>Proj4js.defs["EPSG:42304"]="+title=Atlas of Canada, LCC +proj=lcc +lat_1=49 +lat_2=77 +lat_0=49 +lon_0=-95 +x_0=0 +y_0=0 +ellps=GRS80 +datum=NAD83 +units=m +no_defs";</span><br>
</p>
<p style="margin-top:0;margin-bottom:0"><span><br>
</span></p>
<p style="margin-top:0;margin-bottom:0"><span>This looks like a slightly modified version of what you get from the epsg.io proj4js link...my best guess would be that your file would need to look like this:</span></p>
<p style="margin-top:0;margin-bottom:0"><span><br>
</span></p>
<p style="margin-top:0;margin-bottom:0"><span><span>Proj4js.defs["ESRI:54032"]="+title=World_Azimuthal_Equidistant +proj=aeqd +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs";</span><br>
</span></p>
<p style="margin-top:0;margin-bottom:0"><span><span><br>
</span></span></p>
<p style="margin-top:0;margin-bottom:0"><span><span>Now, note that that's "ESRI:54032", not "EPSG:54032"...that would lend a bit of credence to your theory about ESRI and Google. I have no idea if Mapguide can do ESRI projections, but if that didn't work, I'd
 consider replacing the "ESRI:54032" with "EPSG:54032". In the WKT, it uses EPSG, so it's not unprecedented. <br>
</span></span></p>
<p style="margin-top:0;margin-bottom:0"><span><span><br>
</span></span></p>
<p style="margin-top:0;margin-bottom:0"><span><span>Definitely let us know what you find out! </span></span></p>
<p style="margin-top:0;margin-bottom:0"><span><span><br>
</span></span></p>
<p style="margin-top:0;margin-bottom:0"><span><span>Andrew</span></span></p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<div id="Signature">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Arial, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
<p></p>
<table style="color:rgb(51,51,51); font-family:Arial,Helvetica,sans-serif; font-size:10.6667px; border-collapse:collapse">
<tbody>
<tr>
<td style="width:210px"><a href="https://www.gemtec.ca/" id="LPNoLP"><img width="200" height="69" alt="GEMTEC" title="Visit the GEMTEC homepage" style="float: left; margin-right: 12px; border: none; user-select: none;" src="https://www.gemtec.ca/images/gemtec.png"></a></td>
<td style="width:403px; min-width:250px">
<p id="sig-text" style="padding:3px"><strong style="font-size:10pt; color:black">Andrew DeMerchant</strong><br>
<br>
Fredericton, NB<br>
tel: 506.453.1025 x163  /  toll-free: 1.877.243.6832<br>
mobile: 506.470.2007 /  fax: 506.453.9470</p>
</td>
</tr>
</tbody>
</table>
<br>
<p></p>
<p id="sig-text" style="padding:3px; color:rgb(51,51,51); font-family:Arial,Helvetica,sans-serif; font-size:13.3333px">
</p>
<p></p>
</div>
</div>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> mapguide-users <mapguide-users-bounces@lists.osgeo.org> on behalf of Charl Jameson Beukes <cbeukes@nous.co.za><br>
<b>Sent:</b> Wednesday, February 20, 2019 8:22:03 AM<br>
<b>To:</b> 'MapGuide Users Mail List'<br>
<b>Subject:</b> Re: [mapguide-users] Google Offset in MGOS 3.1.1</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">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.<br>
I set the Projection of my map manually to the WKT value from here: <a href="https://epsg.io/54032">
https://epsg.io/54032</a><br>
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.<br>
This file obviously didn't exist.<br>
Then when looking through the fusionSF.js file I found a function that allows for web service reference to a projection (Proj4js.loadFromService).<br>
I was trying to reference the following : "<a href="http://spatialreference.org/ref/esri/54032/proj4js/">http://spatialreference.org/ref/esri/54032/proj4js/</a>".<br>
However, it would always change the "srsAuth" value from esri to epsg and force the URL to be "<a href="http://spatialreference.org/ref/epsg/54032/proj4js/">http://spatialreference.org/ref/epsg/54032/proj4js/</a>" no matter what I tried.<br>
<br>
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.<br>
I can't help believe that this is all due to ESRI partnering with Google to support and deliver map solutions.
<br>
<br>
<br>
-----Original Message-----<br>
From: mapguide-users <mapguide-users-bounces@lists.osgeo.org> On Behalf Of Alec Bell<br>
Sent: 20 February 2019 02:55 AM<br>
To: mapguide-users@lists.osgeo.org<br>
Subject: Re: [mapguide-users] Google Offset in MGOS 3.1.1<br>
<br>
Going by this link Google Maps changed to azimuthal projection not sure if that means the api has changed as well.<br>
There's nothing in the release notes for Google Maps API indicating this change.<br>
<br>
<a href="https://gis.stackexchange.com/questions/302795/what-is-the-new-projection-for-google-maps-called">https://gis.stackexchange.com/questions/302795/what-is-the-new-projection-for-google-maps-called</a><br>
<br>
<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html">
http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html</a><br>
_______________________________________________<br>
mapguide-users mailing list<br>
mapguide-users@lists.osgeo.org<br>
<a href="https://lists.osgeo.org/mailman/listinfo/mapguide-users">https://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
<br>
_______________________________________________<br>
mapguide-users mailing list<br>
mapguide-users@lists.osgeo.org<br>
<a href="https://lists.osgeo.org/mailman/listinfo/mapguide-users">https://lists.osgeo.org/mailman/listinfo/mapguide-users</a></div>
</span></font></div>
</body>
</html>