jxmapviewer2 icon indicating copy to clipboard operation
jxmapviewer2 copied to clipboard

JXMapViewer2

Results 12 jxmapviewer2 issues
Sort by recently updated
recently updated
newest added

Maybe it would be nice to stop relying on httpurlrequest and use some decent multithreaded/async http client for tile fetching.

Some online tile services require api keys or other parameters in the tile url request. Perhaps it would be nice to allow AbstractTileFactory to decorate urls/request with such parameters? It...

It would be very useful to have a notification when tiles cache loading/downloading is finished (with error status).

Hi, first of all, thanks for the great library. I noticed that the implementation of zoom levels uses a strange and unclear [definition](https://github.com/msteiger/jxmapviewer2/blob/c6fefa78eb68fe8e7d5bc318863d740a9b007afa/jxmapviewer2/src/main/java/org/jxmapviewer/JXMapViewer.java#L67), leading to 0 being the maximum possible...

Hi, also from me, first of all, thanks for the great library. I noticed a strange behavior in overlay painting when zoom level drops from 3 to 2 and then...

![image](https://user-images.githubusercontent.com/1820007/146673714-239814b7-2202-4fa4-a118-70ec42aed0d1.png) ![image](https://user-images.githubusercontent.com/1820007/146673806-96775978-d621-4d1e-9491-d904457d8035.png) Fixes the error when displaying elements at high zoom levels. It looks like a rounding error, but I don't think it is. ``` dx: -35180458 (int) dx: -35180458,000000000000...

Hi there, I am getting a divided by zero Exception in the AbstractTileFactory whenever the JXMapViewer is not visible (hidden/collapsed in the UI): ``` java.lang.ArithmeticException: / by zero org.jxmapviewer.viewer.AbstractTileFactory.getTile(AbstractTileFactory.java:92) org.jxmapviewer.viewer.AbstractTileFactory.getTile(AbstractTileFactory.java:78)...

Hello, thanks for this great library. I was able to successfully use different OSM TileFactorys as well as placing Waypoints over the Map at the correct places (using the JXMapViewer)....

When running offline, panning and zooming causes tiles to try and load however `connection.getInputStream()` throws an UnknownHostException. If the user keeps trying to load new tiles eventually it throws a...

It would be great to have the option to zoom in to a higher zoom level than there are actually tiles in a map, showing the tiles of the highest...