Questions tagged [jxmapkit]

JXMapKit is a pair of JXMapViewers ( an open source Swing component, a special JPanel that presents a slippy map in a java app) preconfigured to be easy to use with common features built in.

JXMapKit is a pair of JXMapViewers ( an open source Swing component, a special JPanel that presents a slippy map in a java app) preconfigured to be easy to use with common features built in.

This includes zoom buttons, a zoom slider, and a mini-map in the lower right corner showing an overview of the map. Each feature can be turned off using an appropriate isXvisible property. For example, to turn off the minimap call.

11 questions
7
votes
1 answer

JXMapKit/-Viewer extremely slow as webstartable - where to start digging?

Just tried to add some swingx-ws components to the overall swinglabs demos - and noticed that a simple JXMapKit/-Viewer is orders of magnitude slower to load the tiles in the webstartable compared to loading locally. Rather lost on where I should…
kleopatra
  • 51,061
  • 28
  • 99
  • 211
6
votes
3 answers

Slippy maps for Java Swing GUIs: SwingX-WS

This post's purpose is to gather in one place all useful info and material needed in order to implement slippy maps in a Swing application using the SwingX-WS library, now that the SwingLabs website is no more -- in spite of the fact that, however,…
Unai Vivi
  • 3,073
  • 3
  • 30
  • 46
2
votes
1 answer

Dynamically updating markers in swing JXMapKit

I'm looking for a way to programmatically add waypoints to a map that is displayed using JXMapKit (which runs on the Java Swing toolkit). I'd like to supply a list of geo coordinates in a list.
aghosh cs
  • 21
  • 2
1
vote
0 answers

Arithmetic error whilst using JXMapKit

I am trying to build a swing application that generates a map. After a lot of research i found JXMapKit. So, i created an application using the JXMapKit libraries found here: JXMapKit Libraries Basically when i run the program i have created i get a…
1
vote
1 answer

Java desktop application with google maps

I need help with these, I am currently developing an a desktop aplication in java with netbeans IDE. One requirement of the app is that must have a map on it. I was serching and i find these:…
1
vote
1 answer

Adding mouseClicked event listeners to waypoints on JXMapViewer

Im adding functionality to some sample code from Github on JXMapViewers' by creating mouseClicked events for each the waypoints. Eventually, each waypoint will display unique information such as it's coordinates. With my current implementation…
newToJava
  • 173
  • 1
  • 15
0
votes
1 answer

OpenStreetMap Java load place on map

As a newbie I'm making a Java desktop application based on OpenStreetmap, jXMapKit library. What I have actually done is displaying map and possibility to center possition by typing X and Y coordinates. Moreover I would like to display/load on my…
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
1 answer

JXMapkit without visible UI

Is it possible, to use JXMapKit with Java to render e.g. Openstreetmaps map images without a visible ui? My use case is to have an commandline application on a server to render map images using JXMapKit. Is it possible or is there a better…
alex
  • 5,516
  • 2
  • 36
  • 60
0
votes
1 answer

Java, JXMapKit: How to catch java.net.UnknownHostException

I've implemented JXMapKit in my Java application. How can the java.net.UnknownHostException ("SEVERE: Failed to load a tile at url: ..."), which is raised f.ex. when the internet connection is down, be caught? Do I need to override something from…
aupe
  • 43
  • 1
  • 7
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…