• Resolved Thomas

    (@thomasbuxo)


    This plugin sounds like a nice and adaptive alternative to the other google maps plugins out there but it doesn’t work for me. The latitude and longitude input fields aren’t displayed, unlike shown in the developer’s screenshots.

    The input fields that do show are:
    – Active
    – Title
    – Description

    The preview map is also perfectly displayed.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Remco Tolsma

    (@remcotolsma)

    That’s correct, I’ve made these fields invisible. Still have to update the screenshots. You can drag the marker to the desired position. Or do you want to manually enter the latitude and longitude? If so, I can adjust the plugin to your needs.

    Thread Starter Thomas

    (@thomasbuxo)

    it’d be wonderful if both options were available.

    Thread Starter Thomas

    (@thomasbuxo)

    Oh and I just found out that the template snippet for dynamic maps generates a static image ??

    Plugin Author Remco Tolsma

    (@remcotolsma)

    The latitude and longitude fields are restored in version 1.3. You can now manually enter the coordinates or drag the marker.

    We also did some cross browser checks for the dynamic Google Maps:

    • Mozilla Firefox 3.6.10 browser check
    • Google Chrome 6.0.472.63 browser check
    • Safari 5.0.2 browser check
    • Opera 10.62 browser check
    • Internet Explorer 8 browser check
    • Internet Explorer 7 browser check

    It should now at least work in all of the above webbrowser.

    Hi,

    I couldn’t work out how to private message you Remco,

    I’ve just installed wordpress, latest and your plugin. When using the template code:

    <?php
        pronamic_google_maps(array(
            'width' => 290 ,
            'height' => 200
        ));
    ?>

    It produces a static map.

    <?php pronamic_google_maps(array(
        'width' => 580 ,
        'height' => 200 ,
        'static' => false ,
        'color' => '0xFFD800' ,
        'label' => 'A'
    )); ?>

    also produces a static map.

    Just a heads up.
    Steven

    Plugin Author Remco Tolsma

    (@remcotolsma)

    Unfortunately I can not reproduce this problem. Which browser do you use?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Pronamic Google Maps] Latitude and Longitude input fields missing’ is closed to new replies.