Forums

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

  1. Devon Harper
    Member
    Posted 2 years 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 2 years 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.

Topic Closed

This topic has been closed to new replies.

About this Topic