ctipper

Results 44 comments of ctipper

The MapView.getMapPosition appears to return lon and lat but this is not clear from variable names. I might have to withdraw this issue, but it is frustrating that there is...

MapView.getZoom returns BaseMap.prefZoom so still no way to retrieve last zoom level from MapView.

I've examined the options and it seems I only need in `MapView` ``` public double getMapZoom() { return baseMap.zoom().get(); } ``` I don't know the likelihood of getting a PR...

I've run into this with a MapView not updating BaseMap whilst panning inside a container. I really don't understand what is going on, but something to do with layoutChildren not...

I had luck just running the skip TPM script and running Windows Update. I don't know why I was getting 0x80888002 errors and it didn't happen after I ran the...

I'm a little out of date but as I recall my issue with JDK 9 was not being able to `mvn jfx:run` is that possible now with the current release...

Yes Yes and yes. I have tried all your suggestions with no success. I am sure packaging is very useful, but solve one problem at a time, I can't even...

Ok I'll cool off, I was really using this project as an alternative to the maven exec plugin, it's useful being able to run a separate instance of the VM,...

For the same project I've also had need of this function in MapView ``` public void moveMap(double x, double y) { baseMap.moveX(x); baseMap.moveY(y); } ```

PSA for anyone here the project is hosted by jitpack.io from which you can get dependency from latest commit for example, not just the releases. [https://jitpack.io/#Dansoftowner/jSystemThemeDetector](https://jitpack.io/#Dansoftowner/jSystemThemeDetector)