Questions tagged [openmap]

OpenMap is a Java Beans based toolkit for building applications and applets needing geographic information. Using OpenMap components, you can access data from legacy applications, in-place, in a distributed setting. At its core, OpenMap is a set of Swing components that understand geographic coordinates. These components help you show map data, and help you handle user input events to manipulate that data.

OpenMap is a Java Beans based toolkit for building applications and applets needing geographic information. Using OpenMap components, you can access data from legacy applications, in-place, in a distributed setting. At its core, OpenMap is a set of Swing components that understand geographic coordinates. These components help you show map data, and help you handle user input events to manipulate that data.

Official Website: http://openmap.bbn.com/

Useful Links:

40 questions
58
votes
2 answers

Using custom map image tiles in LeafletJS?

Do my tiles need to adhere to any particular specs? I have a large image file which I'd like to turn into a map with LeafletJS. I am going to be using the Python Imaging Library to cut it up into all the various tiles I need. However, I can't find…
thisissami
  • 15,445
  • 16
  • 47
  • 74
8
votes
4 answers

IOS: use offline maps

in my app I want to use offline maps and with this maps use gpx files to have a route. I found openstreetmap to do it, but is there some better services? (the best solution with level curves) thanks
cyclingIsBetter
  • 17,447
  • 50
  • 156
  • 241
5
votes
0 answers

NullPointerException is thrown after calling openmap function in R (OpenStreetMap pkg)

I was trying to use the openmap function of the OpenStreetMap package in R. In the simplest way it looked like this: map<-openmap(c(50.12397,8.67843),c(8.67843,50.10362),zoom=6,type='osm') plot(map) I tried several other examples I found on the…
4
votes
0 answers

gganimate zoom in on data while keeping map as background doesnt work

I am trying to plot a path of gps points I have (the included example is a of a train ride in the Netherlands). I would like to make use of the shadow_mark() and view_follow() functions of the gganimate() package, such that the plot starts fully…
L Smeets
  • 888
  • 4
  • 17
3
votes
3 answers

How to wait until JComponent is fully painted?

I need a way to wait until a (Swing) JComponent is fully painted. This actual problem arises from an openmap application: The task is to draw a map (mapBean) with a couple of layers and create an image from that map. Unfortunatly, and it's clearly…
Andreas Dolk
  • 113,398
  • 19
  • 180
  • 268
2
votes
1 answer

Imitate google maps js "drift" effect

I just thought about moving from google maps to open street maps. Now there's a nice library to make the move more easy called Leaflet from Cloudmade. After playing around with it, I found one big "plus": Numbers for houses. Sadly one big minus too:…
kaiser
  • 21,817
  • 17
  • 90
  • 110
2
votes
0 answers

how to change color to some streets on map

i would like choice and change color to some streets by the my address table. i want to use ajax and json result and change the entire road of this address with different color. no problem to use ajax and put markers by lat and long, but i don't…
2
votes
1 answer

shapefile with openmap

I have us state border shape file and I want to read information from that file using openmap api for java.Also to find the states within 50 miles of a given city. How can i do it?
user404143
  • 21
  • 3
2
votes
1 answer

Calculating the area of a shapefile

I'm using AnyLogic's new GIS capabilities, which in turn uses the OpenMap API. I want to figure out the area of each shapefile I'm using, each of which is represented by an AnyLogic ShapeGISMap.Layer that uses an OpenMap AreaShapeLayer (both of…
Dylan Knowles
  • 2,726
  • 1
  • 26
  • 52
1
vote
0 answers

How to get minimum distance from point to polygon using openmap?

Given a point coordinates(latitude/longitude) and an array of latitude/longitude representing a polygon. How do I get the distance from the point to the polygon, using OpenMap API?
1
vote
0 answers

Highlight a section of a line between two points (Leaflet/R)

Given a line and two points along that line, how can I highlight the section of the line between the two points? The code below provides an example of a line (tr) and two points (sg) that fall on it, with the output (R/Leaflet) looking like this. I…
1
vote
1 answer

lambert 2008 projection

I need to write a function that can project some location defined by latitude/longitue to x,y coordinates on a map (image). The map itself seems to be using "belgian Lambert" as projection type. I found some official information about this…
ymajoros
  • 2,454
  • 3
  • 34
  • 60
1
vote
1 answer

Large dimensioned images lead into an OufOfMemoryException

I am using OpenMap and have to load very large dimensioned images. I tried to load these images as big raster which fails with an OufOfMemoryException. In debug mode the layer constructor tells me that the image dimensions are too large. In an…
CSchulz
  • 10,882
  • 11
  • 60
  • 114
1
vote
0 answers

Dynamic modification of a shapefile display in a Python simulation program

I would like to be able to use a GIS-based shapefile in a Python simulation program in a way that its display can be dynamically changed as time progresses in the simulation (that's it, at every simulation tick, certain facets of the shapefile…
ama
  • 35
  • 5
1
vote
1 answer

Add style to running OpenMapTiles server

I'm using the OpenMapTiles Docker image on a VPS, and would like to use a custom map style created with Maputnik. I've already gone through the "setup" process, so when I go to the server's address, I see a list of the styles currently available. I…
1
2 3