Viewing 15 replies - 1 through 15 (of 19 total)
  • Plugin Author Franky

    (@liedekef)

    No. That would require an extra option for the global map shortcode, and an additional placeholder (.e.g #_MAP_SAT).
    Feel free to create a feature request for this at https://www.e-dynamics.be/bbpress and reference this thread.

    Thread Starter Greybox

    (@greybox)

    I will, but is it possible for now to globally change the default for all my maps by modifying the script?

    Plugin Author Franky

    (@liedekef)

    Yes, change in js/eme_location_map.js the occurences of
    mapTypeId: google.maps.MapTypeId.ROADMAP
    to
    mapTypeId: google.maps.MapTypeId.SATELLITE

    Thread Starter Greybox

    (@greybox)

    It works, thank you!!

    I know Google maps allows to add street names (labels) on the satellite view. Is there a similar way to do that on the satellite view?

    Plugin Author Franky

    (@liedekef)

    Sorry, that requires more investigation.

    Thread Starter Greybox

    (@greybox)

    I guess, the solution is to change

    google.maps.MapTypeId.SATELLITE

    to:

    google.maps.MapTypeId.HYBRID

    Plugin Author Franky

    (@liedekef)

    Thanks for that, I added that to the JS so people can choose this now as well ??

    Thread Starter Greybox

    (@greybox)

    You are welcome!

    So you are going to show 3 views now? I would suggest to make the hybrid view a default because it shows both: the terrain and street labels. But of course, this is up to you.

    Plugin Author Franky

    (@liedekef)

    I’ll show the 3, but the default stays the street view. I find the other ones too busy to be of real use. As you said: that’s a preference. I could add a generic option to define which view to show by default …

    Thread Starter Greybox

    (@greybox)

    Giving us the option to select the view would be great! I will add the feature request when I receive the password to your web site.

    By the way, there are even more cool map view options available for Google maps, for example: terrain, traffic and even 3d Earth ??

    Thread Starter Greybox

    (@greybox)

    Is it possible to make the plugin to remember the default view as hybrid without editing eme_location_map.js every time the plugin is updated?

    Plugin Author Franky

    (@liedekef)

    Thread Starter Greybox

    (@greybox)

    Not quite sure how to use that link. I guess, I will have to wait for the update.

    Plugin Author Franky

    (@liedekef)

    Yes, if you don’t have experience with git it would be best to wait for the next version.

    Thread Starter Greybox

    (@greybox)

    I have figured out how to download the files, everything works fine, thank you! Only one question: what is the difference between global and individual map type? I tried to play with global type settings – no change for me, only individual. Maybe you can give me a link, but I tried to search for “global” and “individual” on Documentation page at https://www.e-dynamics.be/wordpress/ – no results.

    Sorry, one more question: why is the maximum zoom factor is only 14?

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘How to default to the satellite view?’ is closed to new replies.