maps icon indicating copy to clipboard operation
maps copied to clipboard

Results 21 maps issues
Sort by recently updated
recently updated
newest added

In the course of trying to integrate this as a library it has become apparent that MapView updates BaseMap coordinate and zoom via the variables prefCenterLat, prefCenterLon and prefZoom exactly...

A layer (PoiLayer) added to MapView gets synchronized with the underlying map (translation and zoom). However, when the MapView is child of another container, at some point the `layoutLayer` call...

bug

Hi. can i view openstreetmap(offline) file using gluonhq/maps in JavaFx(Desktop App). and can you share tutorial??

It would be nice if we could not only fly to a location but at the same time to a given zoom level.

Hello this is to resolve #51 - the osm tile usage policy . it does not remove the app, just adds copyright label and changes the way TileRetriever is instanciated...

CLA signed

CachedOsmTileRetriever has multiple issues: 1. CacheThread has an indefinite while loop. The `deactivate()` which is supposed to break the while loop is never called. 2. In #52, `CachedOsmTileRetriever` is being...

I believe this app does not follow the usage policy of osm: https://operations.osmfoundation.org/policies/tiles/ "Requirements 1 Heavy use (e.g. distributing an app that uses tiles from openstreetmap.org) is forbidden without prior...

In my mobile app the maps comes up very nicely at first, but after a couple of zoom or panning operations I only see a grey background. No error messages,...

Hi, Thanks for gluon maps. I was trying to add scale to the map, would you mind letting me know if that is already possible with the current implementation? Regards

The current implementation requires too many tiles if current zoom level is too high (15+) and the travel distance is too long, as it travels all the way at that...