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
1
vote
2 answers

Tutorial about OpenMap

I'm looking for tutorial about OpenMap, which is one of map api. But there is no good tutorial and documentation about this library on their web site. I mailed them about this subject. But there is no response from them. If you know any good…
ibrahimyilmaz
  • 18,331
  • 13
  • 61
  • 80
1
vote
1 answer

Using OpenMap API which class do I use to extract point data from the shapefile?

I am currently using Shapefile class and ColdFusion to go through the "records" of each shapefile. Each record has a bounding box and i am able to get this information but havent found a way to actually retrieve the points inside each record. Can…
cfEngineers
  • 664
  • 6
  • 16
1
vote
2 answers

How to add Map Marker on Maps for OpenMapQuest

I am trying to add map marker on my map My code is as below FrgBufLocation.java public class FrgBufLocation extends Fragment{ double dummyLatitude=12.931841; double dummyLongitude=77.622236; //Constructor declaration on type…
Devrath
  • 42,072
  • 54
  • 195
  • 297
1
vote
3 answers

Any suggestions for an interactive map application?

I need to do something similar to this: Flash-based interactive map I wonder if you could recommend a good library or something. JQuery or Javascript will be nice, but Flash/Action Script is not a good option.
pahko
  • 2,580
  • 4
  • 22
  • 25
0
votes
2 answers

Java issue with Lat/Long and distance

I am trying to get a portion of code to work (similar to what I have below), so that OBJECT_LOC and CONVERTED_LOC are exactly the same. I thought the code was pretty straightforward with what I was doing, but for some reason they don't come out…
mainstringargs
  • 13,563
  • 35
  • 109
  • 174
0
votes
0 answers

Error when using openmap function (OpenStreetMap package) in R

I want to get a map based on a set of longitude and latitude coordinates using openmap. This is the code that I'm using: map <- openmap(c(43.46886761482925,119.94873046875), c(33.22949814144951,133.9892578125), minNumTiles=4) I'm…
iturrizaga
  • 15
  • 3
0
votes
0 answers

Jquery ignore error when using Get function

System ignore my first $.get function and go to the second $.get function. I do test in Postman, it's working fine with https://nominatim.openstreetmap.org/reverse?format=jsonv2&lat=10.817841669295166&lon=106.64377723626976. I try to catch this…
0
votes
1 answer

What is the best way to store geodata (spatial data) for a small open source web application

I'm about to start developing a GIS web application. I'll use PHP as language, Zend as Framework and Google Maps API for map rendering, but I didn't decided which back-end storage I'm going to use. I'll need: Store: Points (Lat & Lng) , Lines (Set…
texai
  • 3,696
  • 6
  • 31
  • 41
0
votes
0 answers

OpenLayers OpenMaps Circle is not the correct size when drawn on the map

I am attempting to draw a circle on the map with a radius in KM. However, the circle isn't drawn the correct size. If call the plotPoint({'lat'=>35.055615,'lon'=>-85.311179,'radius'=>1000}) You can see that the circle is displayed, however, it's not…
user-44651
  • 3,924
  • 6
  • 41
  • 87
0
votes
1 answer

Circle Geometry Feature not displaying when using OpenMaps / OpenLayers

I am trying to draw a point on a map using a custom marker, then draw a circle around that point in miles. I can get the marker to show up, but I can't seem to figure out why my circle doesn't work. Can anyone see what I have done wrong? Eventually…
user-44651
  • 3,924
  • 6
  • 41
  • 87
0
votes
1 answer

Can't get map fragment when trying to initialise the Map to render shapefile using OpenMap library

I have been trying to display a shapefile using openmap library. On click of a button on first activity, the application goes to the second activity (which is also the second page) but then it suddenly crashes. I ran the debugger and realised that…
jyotirmaya ojha
  • 73
  • 1
  • 13
0
votes
1 answer

Android Warning: com.bbn.openmap.MapBean: can't find referenced class java.awt.geom.Point2D

I am using the openmap library to extract the esri records from shapefile and it is working fine. But when i am building a signed apk using proguard rules, the build execution is failing with a lot of warnings , below are some of the warning that…
Ashim Kansal
  • 263
  • 2
  • 12
0
votes
1 answer

How to show tooltip for OMPoint

I am tring to show tooltip for OMPoint ( com.bbn.openmap.omGraphics.OMPoint ) OMPoint is in layer (OMGraphicHandlerLayer). I do: layer.setToolTipTex("text"); In this way tooltip is showing in all layer. Do you have any advice because i can't…
Kate
  • 65
  • 12
0
votes
1 answer

Google Maps was working, Stopped after implementing OpenMap Weather service.Getting Authorization failure

So I had google maps V2 implemented for about a year now, No issues with it. However after I implemented the weather service from open map , Authorization seems to fail . Any help will be greatly appreciated! This is a class that calls for OPEN…
kPieczonka
  • 394
  • 1
  • 14
0
votes
1 answer

Spherical Mercator Lat/Lon from OpenLayers, want EPSG:4326 format

I am trying to get the EPSG:4236 format of longitude and latitude from OpenLayer, however I spent several hours trying to figure this out and I really don't get what I am doing wrong. I keep getting the spherical mercator format. For setup I have…
applecrusher
  • 5,508
  • 5
  • 39
  • 89