dlsc-software-consulting-gmbh / GMapsFX

Java API for using Google Maps within a JavaFX application.
http://rterp.github.io/GMapsFX/
Apache License 2.0
319 stars 119 forks source link

Map not rendering (ReferenceError: Can't find variable: loadMapLibrary) #192

Closed alvarolozano closed 4 years ago

alvarolozano commented 4 years ago

A long time ago I started my project with this library, yesterday it was working, but today it doesn't render the map, I tried to import the demos, but same result. If I enable debug (with the GoogleMapView constructor), it thows a JavaScript exception: ReferenceError: Can't find variable: loadMapLibrary

HarmHoog commented 4 years ago

You can add merge request #191 to the library, that should fix the problem.

dlemmermann commented 4 years ago

PR #191 was merged.