View Issue Details

IDProjectCategoryView StatusLast Update
0002074GeoSetterUser Interfacepublic2022-12-22 02:04
Reporternhosko Assigned ToFriedemann  
PriorityhighSeveritymajorReproducibilityhave not tried
Status assignedResolutionopen 
Product Version3.5.1 
Target VersionFixed in Version 
Summary0002074: Javascript Link to Google Maps has an old http link which is not working anymore - change to https required
DescriptionOn http://map.geosetter.de/v3/map_google.html, line 11 is pointing to "http://maps.googleapis.com/maps/api/..." which returns a ERR_CONNECTION_RESET error.

From Internet Explorer's console:
HTML1300: Navigation wurde ausgeführt.
map_google.html
HTML1423: Falsch formatierte Startmarkierung. Attribute sollten durch Leerzeichen getrennt werden.
map_google.html (11,117)
SCRIPT5009: "google" ist undefiniert
map_google.html (19,3)

From Chrome's Console:
map_google.html:11 GET http://maps.googleapis.com/maps/api/js?v=3.14&key=AIzaSyDpMI6jmlJbH5d_YIH40FIDrYnpZhaiHYY&libraries=geometry net::ERR_CONNECTION_RESET
map_google.html:20 Uncaught ReferenceError: google is not defined
    at map_google.html:20

If in Chrome, I go to "https://maps.googleapis.com/maps/api/...", the file can be downloaded correctly from google.

Maybe Google changed recently and allows only https connections to its API?
Can you please update the http://map.geosetter.de/v3/map_google.html code or provide an alternative link?
Steps To ReproduceOpen GeoSetter normally, then an error that certificate is wrong will appear. No maps will be shown.
TagsNo tags attached.

Activities

Erik Krause

2020-01-06 22:30

reporter   ~0003777

No problems here, can not reproduce. However, until version 4 is ready you should use you own local map_google.html file with your own maps api key anyway. See http://www.geosetter.de/mantis/view.php?id=1970

Issue History

Date Modified Username Field Change
2019-12-30 00:12 nhosko New Issue
2020-01-06 22:30 Erik Krause Note Added: 0003777
2022-12-22 02:04 Friedemann Status new => assigned
2022-12-22 02:04 Friedemann Assigned To => Friedemann