jetherton / wtm

Watch the Med
Other
0 stars 0 forks source link

More base map options #1

Closed jetherton closed 11 years ago

jetherton commented 11 years ago

Right now if you go to http://ethertontech.com/dev/wtm/index.php/admin/settings you can select the "Map Provider" But what we'd like is that maps from Google, Bing, and ESRI could all show up at once. You can see the map choices on http://ethertontech.com/dev/wtm/index.php/, look at the top right corner of the map, the icon that looks like a stack of pages. Click that and it lets you switch between map options, but only within maps from a certain provider. What we want is to let users see all the map options.

I believe to do this you'll have to edit the JavaScript created in /application/helpers/map.php. I think. There might be more to it than that. Also look at: http://openlayers.org/dev/examples/spherical-mercator.html. They manage to get Google and Bing on the same map.

Dylan-Gillespie commented 11 years ago

45f8ea6 Should put all the map layers into every map for use

Dylan-Gillespie commented 11 years ago

The Esri National Geographic map doesn't load, could be a their end issue. 3/4 Esri maps don't load, but one does, must be Esri.

jetherton commented 11 years ago

I think I fixed the problems you had.