Changing the default map type for the Omeka Geolocation plugin.
- Install the Geolocation plugin.
- Navigate to the map javascript file – example/omeka/plugins/Geolocation/views/shared/javascripts – and open it.
- Look down to about line 45 – find the line that starts like this: mapTypeId: google.maps.MapTypeId.HYBRID (or just search for “mapTypeId”)
- Now you’ve got choices to make! By changing just the last word in that line of code, you can change the default form of the map. From the google map javascript site:
HYBRID– displays a transparent layer of major streets on satellite images.ROADMAP– displays a normal street map.SATELLITE– displays satellite images.TERRAIN– displays maps with physical features such as terrain and vegetation.
- Save the file you just edited and refresh your site to see the changes. This worked quite well for me and I’m very pleased with the change.
Geolocation went from a view that was not helpful to my collection

to a beautiful satellite image of my family’s farm!

Very pleased with the results!
As I said, I know nothing about how the internet works – I’m claiming this works because it worked for me. If it’s not the right way, please let me know so I can correct it! Thanks!