Tagged Questions
OpenStreetMap (OSM) is a collaborative project to create a free editable map of the world.
3
votes
1answer
33 views
Converting Postgresql data to Open Street Maps
I have some shapefiles that I tried to convert to .osm without success. After hours trying, I'm looking for a different approach. I wanna know if I can import from Postgres to Open Street Maps.
I'm ...
3
votes
1answer
114 views
how to add 2+ layers in a group?
How can I add two or more layers in a group so that I can see them in layerswitcher categorised and can select or unselect all !?
Here is the code I have:
var line_1 = new ...
2
votes
1answer
142 views
How long does it take to insert a full planet in database? [closed]
I'm trying to insert a full OpenStreetMap planet file into a postgreSQL database using the osmosis tool, and I wonder how long will it take.
Actually, I'm currently inserting the full planet into a ...
2
votes
2answers
515 views
how to Convert Lat ,long to an XY coordinate system (e.g. UTM) and then map this to pixel space of my Image
I have a very small area map , which I downloaded from Openstreet map(PNG) and also its OSM(.osm) file which contains its Lat ,long.
Now I want to convert Lat ,long to an XY coordinate system (e.g. ...
1
vote
1answer
39 views
Using Osmosis to create small database
I read a lot about planet files, osmosis and stuff. What i try do do is create a small mysql database which contains some basic georeference data of locations. Something like this:
loc_id | loc_name ...
1
vote
1answer
144 views
Using OpenStreetMap on iPhone offline
I am working on an iPhone app. project and my group is trying to use the OpenStreetMap offline.
I have been Googling for tutorials but can't find any decent tutorials. Can any of you guys help me out ...
1
vote
3answers
211 views
How to let Android users search for closest points of interest created by me on Google Maps?
I want to mark historical 'points of interest' across the globe on a mapping solution such as Google Maps (or something else).
I'll be getting an Android app created in which I want to be able to ...
1
vote
1answer
182 views
extract hierarchical city/state/country data from OSM XML planet files
i want to write a script that parses OpenStreetMap (OSM) XML files and builds a database of towns and cities in a hierarchical fashion. i want the resulting data set to have a hierarchy that might ...
1
vote
1answer
232 views
Postgres Osm2pgsql Error: role does not exist
I've been setting up osm2pgsql to convert .osm files to be usable in Postgres.
I have now tried the following statement:
osm2pgsql --merc -d sa sa.osm
I am given the following error:
"Connection to ...
1
vote
1answer
217 views
How to build a 'roads' graph in a database from an .osm file
Required result:
A database with two tables, 'edges' and 'nodes', which can be used to generate a graph which represents all drivable roads (highways) in a certain area (e.g. city). The dataset is ...
1
vote
1answer
2k views
Overlays in new osmdroid-android-3.0.3.jar
I'd previously managed to incorporate OpenStreetMaps into my application using osmdroid-android-3.0.1.jar with the great assistance of the answer to my question
Porting a Google Maps app to Osmdroid ...
1
vote
1answer
595 views
Tilecache failing to generate tiles using Mapnik
I downloaded the Australian OSM extract and moved it into a database called gis using osm2pgsql.
I have changed generate_tiles.py to only generate tiles for Australia:
bbox = (-180.0,-90.0, ...
1
vote
1answer
1k views
Android custom control to display map tiles
I have on my server map tiles sorted on a folder structure like OpenStreetMap (OSM) uses. I need to be able to display these tiles, zoom in/out, pan and rotate the map. I wouldn't start from the ...
1
vote
1answer
187 views
How do I plot the points (data) from the database to the OpensStreetMap?
I wonder how the mapping thing works in the OpenStreetMap. I'm building an app that uses my own database(which I will build using OSM dumps using Osmosis; same as in the OpenStreetMap website). I have ...
1
vote
2answers
406 views
Is there another way to extract data dump from Planet.osm?
I need a data dump from planet.osm fiel for the NCR region in the Philippines. I'll be using it for an OpenStreetMap project. Is there a way that I can extract a small part of the planet.osm without ...
1
vote
2answers
2k views
How do i do geocoding and routing with OpenStreetMap?
Because Google Maps API is not available in Israel (see here) I want to use OpenStreetMap. I'm confused by all the different ways to do geocoding, i.e. finding lat,long for an address.
I'm also ...
1
vote
3answers
921 views
Open Street Map Marker Manager
I need kind of Marker Manager for OpenStreetMap like in google maps.
Do somebody know anything about it?
1
vote
2answers
960 views
Google maps satellite view
I'm using the google maps API with openstreetmap (see the following example code),
I'd like to add the google satellite view too.
How can this be accomplished?
var tilesMapnik = new ...
0
votes
0answers
9 views
Add search Nominatim to Main map
I have running nominatim installation on http://www.osmosa.net/search/
But on my main web www.osmosa.net there is no search box inside.Now i want to add search box from nominatim ...
0
votes
0answers
27 views
MOBAC cannot generate the required file name for osmdroid
Now I am trying to load my zip files with using osmdroid lib from the sd card. My zip file is osmdroid zip format is generated by the MOBAC. The file path in my zip is not the same with the generated ...
0
votes
0answers
12 views
Set up PostGIS on the postresql database
as I Prepare the POSTGRES database, I found the problem as below, please help me find the problem. thank you
psql:/usr/share/postgresql/8.4/contrib/postgis.sql:6653: ERROR: current transaction is ...
0
votes
0answers
11 views
Is there any JAR lib for OSMAND project?
I want to use some of OSMAND features in my own android app, I want to use navigation features . is there JAR file that can I use to do that ?
0
votes
1answer
56 views
ImportError: No module named mapnik (Ubuntu 10.10)
An error occurred when generate_image.py in /bin/mapnik to display image.png
dewirobiatul@dewi:~/bin/mapnik$ ./generate_image.py Traceback (most
recent call last): File "./generate_image.py", line ...
0
votes
0answers
108 views
Getting GPS on Android 2.3.1 and 2.3.3
I have a problem with the capture of GPS coordinates in the Android emulator 2.3.1 and 2.3.3, I tested and it works the other versions do not understand that in these 2 versions of Android does not ...
0
votes
3answers
118 views
OSMdroid change TileSource at Runtime
i working with osmdroid and i want to change the TileSource at runtime (via menu entry). For example i can change between OSM TileSource and GoogleTileSource.
Problem: Everything works fine, but when ...
0
votes
0answers
30 views
java error parsing osm file with osmosis
I'm trying to use open street map's 'osmosis' tool to parse an osm file and write to a postgis database.
(if it's helpful, i'm running this on ubuntu 11.10, and I have the oracle jdk 1.6 on my ...
0
votes
1answer
45 views
How do I correctly zoom to bounds in MapQuest?
I'm attempting to use MQA.TileMap.zoomToRect to set the view-port of a given bounding box.
var cust;
var rect = new MQA.RectLL();
for (var i = 0, len = custs.length; i < len; i++) {
cust = ...
0
votes
0answers
51 views
Gosmore Compile error on ubuntu 11.10
I want to compile Gosmore on ubuntu 11.10 server.
I got source code from :
http://svn.openstreetmap.org/applications/rendering/gosmore/
When i try command "make" command i got error like below:
...
0
votes
0answers
32 views
Obtaining and Parsing Map Street Data in Python
How would you obtain a graph describing street interconnections and estimated driving times, and parse it using Python?
As an exercise, I'm trying to implement a basic A* planner to plot a route for ...
0
votes
2answers
16 views
Map disappear on yours installation <help>
I want to install YOURS on my own map,i get reference from http://wiki.openstreetmap.org/wiki/YOURS
so this is my step:
1.checkout from repository
2.copy yours into my htmlRootFolder
But when i ...
0
votes
2answers
72 views
Get type of terrain by coordinate
I'm looking for a solution to be able determine landscape type by a given coordinate, for example check if current position is water/forest/town/road and so on. I found ...
0
votes
1answer
68 views
Plotting International Date Line on OSM android map
I want to draw the international date line on an OSM map on android. Is there any way to do this? If yes, then how?
Regards
0
votes
0answers
232 views
OpenLayers zoomToExtent does not zoom correctly
I have an openlayers map with a couple of POI, and I want to zoom so these all fit the map, which I'm doing with the following code:
var bbox = new OpenLayers.Bounds(
<?php echo ...
0
votes
0answers
123 views
Getting started with building a WMS server based on Mapnik
I'd like to setup my own WMS server based on Mapnik to request OSM layers, but I don't find the documentation regarding that issue so clear... for example, I reached a couple of web pages stating some ...
0
votes
1answer
138 views
mapnik generate_tiles.py returns memory error
am trying to create tiles using generate_tiles.py and every time I run the script, I get,
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", ...
0
votes
0answers
88 views
How to calculate the 4 pairs of latitude and longitude that bound a city programmatically?
I've been researching ways to implement offline maps on iPhone using OpenStreetMap (with CloudMade tile server). I'd like to be able to allow users to request for offline maps based on a given city ...
0
votes
2answers
195 views
OpenLayers minimal zoom smaller than bounding box
I've got a problem with osm and openlayers.
first of all, my map object
var wgs84 = new OpenLayers.Projection("EPSG:4326");
var map = new OpenLayers.Map ('map',
{
projection: new ...
0
votes
2answers
81 views
Finding nearest street given a lat-long location
Is there any such API where given a location (in terms of latlong), I could find whether the given point is on road/street or not. And if possible also gives me nearest street/road to that location. I ...
0
votes
0answers
95 views
How to change DB file for OpenStreetMap for iOS?
I have one problem with OpenStreetMap (OSM). I try to change the DB file in realtime and try to show the map of the one country. So my workflow:
Remove MapView object, clean delegate and data.
Copy ...
0
votes
1answer
816 views
OverlayItem not updating on location change (OSM)
I am using OSMdroid.
I have managed thanks to this post Adding Overylay to OSMDROID to creata overlay static item on a specific location.
now I am trying to make the map little bit more dynamic. so ...
0
votes
2answers
2k views
Adding Overylay to OSMDROID
I have been struggling with this long time.
I am trying to add Overlay on my map.
I am using the open source OSMdroid. but all I get by the example is a straight red line from one corner to another.
...
0
votes
1answer
584 views
What URL for download OpenStreetMap tiles
I download tiles from zoom level 11 - 16.
But my map is small then other OSM map application.
....
I downloaded tiles from this URL: http://tile.openstreetmap.org/13/4096/3659.png
It's work ...
0
votes
2answers
369 views
OpenStreetMap generate georeferenced image
I'm new to Openstreetmap and mapnick,
I'm trying to export map image which will be geo-referenced
(So it can be used in other applications)
I've installed osm and mapnik inside ubuntu virtual ...
0
votes
1answer
376 views
OpenStreetMap Proximity search using mySQL
I'm just playing around with a dataset of my region generated by JOSM. I moved it into a mySQL DB with the 0.6 API scheme using Osmosis and now I'm desperately trying the following:
I want to get all ...
-1
votes
0answers
48 views
Installing mapnik mod_tile [closed]
After I install mapnik, I do mod_tile installation. However, I have the following problem. After I type the command:
svn co http://svn.openstreetmap.org/applications/utils/mod_tile
cd mod_tile
Make
...
-2
votes
0answers
7 views
Openstreetmap connection [closed]
im developing an application for my final year project.I wanna know how to embed an openstreet map into the application and at the same time the map has to be accessed from facebook community.Places ...