Questions tagged [jxmapviewer]
23 questions
0
votes
1 answer
Get latitude longitude from a jxmapviewer2
I'm displaying an OSM map with the library jxmapviewer2.
I cannot manage to get the lat lon of a point of the map, for istance I would like to get the geographic coordinates of a spot by clicking it
public void mouseClicked(MouseEvent e) {
…

ro.nin
- 121
- 5
- 13
0
votes
1 answer
WMS Layer using JXMapViewer doesn't load
Using the basic example from the JXMapViewer sources (link to github), i modified the source to load the tiles from a wms server instead. However, the Tilefactory doesn't correctly load the tiles, despite tests showing the URL gets formed corretly.…

ptstone
- 478
- 7
- 17
0
votes
1 answer
How to add the marker(waypoints) on the map (OSM) whenever user click on map?
I want to add waypoint on map whenever user click on map. I got the waypoint on map whenever user click but problem is the previous waypoint disappear and not shown on map only the wapoint drawn due to current click is shown. Following is th code…

Suleman Jamil
- 43
- 1
- 7
0
votes
0 answers
How to make nearly 1,70,000 marker dots on JMapViewer?
I have real-time (or nearer real time) data of flight. I want to make dots based on lat-long basis. But there are too many dots to represent and my map stuck while reading:
Queues:
Rather than painting whole screen tiles I want to repainting only…

Krunal
- 1
- 3
0
votes
1 answer
How to display a marker/waypoint in a jxmapviewer
I can't find a simple answer anywhere, so I guess I'm missing something:
I use openstreetmap in java, I made a GUI, I get a geopoint when clicking and I would like to display a marker where I clicked, I tried this but it doesn't work:
…

overlord pancake
- 51
- 7
0
votes
1 answer
Using GoogleMaps with JXMapKit
I have been searching on the web to see if I can use GoogleMaps with the JXMapViewer.
According to this, it is illegal, but the article is more than three years old.
Could anyone be kind enough to tell me if I can use GoogleMaps with the JXMap…

npinti
- 51,780
- 5
- 72
- 96
0
votes
0 answers
JXmapviewer tool kit
I am working on Jxmapviewr/jxmapkit and my aim is to create an GPS kind of application using open street maps which shows the number of charging station and car object will be moving on the map through streets. Then i will try to find the nearest…
0
votes
2 answers
Swing JxMapViewer: focus on a object and set corresponding zoom level
I trying to integrate JxMapViewer into my swing application.
I have drawn a line on the map between two way points. Now I wish to implement a functionality like:
Wherever I am on a map, whatever zoom level is set, whenever i click on a button (or…

user613114
- 2,731
- 11
- 47
- 73