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
0
votes
1 answer

Javascript - Getting null error despite using onreadystatechange

. Hello y'all, I'm trying to implement this tutorial as a module in a page but I am getting a "weatherData.temperature is null" error. I had previously been getting a "weatherData.city is null" error but fixed it by using onreadystatechange on the…
mario
  • 1,503
  • 4
  • 22
  • 42
0
votes
0 answers

OpenMap not Working in Android

OpenMap not showing in Android emulator. When I Execute `OpenMapDemo` in android emulator. Couldn't get connection factory client 08-04 08:10:15.933: W/System.err(1406): IOException processing: 26 08-04 08:10:15.943: W/System.err(1406):…
0
votes
3 answers

Waiting for a thread to finish from a 3rd party library (OpenMap/Java)?

My application currently has an interesting problem. This problem is with OpenMap but could probably be applied to any 3rd party library. In this particular example, our code needs to create our OpenMap tool and load its layers (in the background)…
thedude19
  • 2,643
  • 5
  • 34
  • 43
0
votes
1 answer

BBN Openmap Java read SOUNDG.dbf

I am working on a s57 map reader using BBN Technologies' OpenMap TM package. I want my program to fully red the map, and to let the user draw on the map and save the drawing. I used gdal ogr2ogr to convert from ".000" format to ".shp" files. My…
sergium
  • 1
  • 1
0
votes
1 answer

open earth map with irregular station measurement overlays

I would like to draw a map of current temperatures (or air pressures, etc.) from many weather stations, with the underlying map still recognizable. the problem is easiest to think of as follows: I have an array of spot measurements from irregularly…
ivo Welch
  • 2,427
  • 2
  • 23
  • 31
0
votes
1 answer

Moving From Point A to B on Map (Google maps or any other map )

I would like to move between two addresses in Google maps however i do not have the Geo coordinate latlng (latlng range) for this movement. I can select two addresses from a list which i can make the marker move between. Basically i want to show…
devdar
  • 5,564
  • 28
  • 100
  • 153
0
votes
1 answer

Any sample of openMap mraid or ormma API call

I'm looking to use the ormma or mraid api from the iab to display a map within the Ad unit. I'm looking for a simple example of how to use the openMap() method that takes a POI. I've tried a few experiments, but nothing seems to work at least in the…
John Klein
  • 130
  • 2
  • 6
0
votes
0 answers

Usage of OpenMapStreet API/GoogleMap API in Java /Swing Application

I need to solve a simple problem regarding Showing Map on Swing based application in java. I am having list of latitudes and longitudes (GPS Tracks) , I need to draw some routes using these routes and probably want to draw maps like GoogleMaps. Is…
Usman
  • 2,742
  • 4
  • 44
  • 82
-1
votes
1 answer

Converting distance (nautical miles) into degrees (Lat/Long)

I have entities in a simulation whose initial locations and paths are code using Java in decimal degrees. I need to scale the sensor radius (it's in nautical miles) and speed (nautical miles/hr) to match decimal degrees. The purpose is to…
WillyRobert
  • 31
  • 1
  • 6
-4
votes
1 answer

Desktop application development with offline maps

I'm currently developing an application in which I need to use offline maps to put some markers, info, and geolocalization on it. It will be a web-based application, but I've seen that Google Maps API doesn't allow us to use maps offline because…
1 2
3