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

Scaling issues on JDK 9 #150

Open ManifoldFR opened 6 years ago

ManifoldFR commented 6 years ago

On Windows 10 using Java 9 with DPI scaling different from 100%, the placement of geometric shapes is broken. As expected on the Java 9 platform, the application window, text and UI will scale along with Windows scaling. However, the Google Maps view gets broken.

Also, zooming in and out has the points moving about. My code is nearly exactly the same described in the wiki and examples.

Could this be a WebView problem ?

GAlexMES commented 6 years ago

+1