I'm plotting data using lat/lons with Google Maps API. However, some of my data is at high latitude, and it isn't plotted because Google Maps uses a Mercator projection which cuts off at 85 degrees. Is there any way around this?
Here's my current map: http://erbweather.com/choosestation_GSOD_global.html
For Antarctica, I'm using a different map entirely: http://erbweather.com/choosestation_GSOD_Antarctica.html
Is there a way to have all data on one (good looking and responsive) map?