Forums

[Plugin: Google Maps Anywhere] Bug in Street View Lng Setting (2 posts)

  1. Devon Harper
    Member
    Posted 8 months ago #

    There is a bug on line 942 of googlemaps-anywhere.php:
    $this->options['sv_default']['lng'] = (isset($_POST['sv_lat']) ? $_POST['sv_lat'] : $this->options['sv_default']['lat']);

    I think it should read:
    $this->options['sv_default']['lng'] = (isset($_POST['sv_lng']) ? $_POST['sv_lng'] : $this->options['sv_default']['lng']);

  2. wokamoto
    Member
    Posted 8 months ago #

    There is a bug on line 942 of googlemaps-anywhere.php:

    Sorry. It is bug, corrected it with Ver.1.0.4.
    Thank you for your bug report.

Reply

You must log in to post.

About this Topic