Tagged Questions

an open source library for geographical mapping work

learn more… | top users | synonyms

1
vote
1answer
43 views

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 ...
1
vote
1answer
548 views

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 ...
0
votes
0answers
20 views

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 ...
0
votes
2answers
61 views

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

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

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

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 in their web site. I mailed them about this subject. But there ...
0
votes
1answer
453 views

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?
0
votes
3answers
82 views

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 ...
0
votes
3answers
410 views

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 ...