Tagged Questions
3
votes
1answer
31 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
112 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
509 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
36 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
135 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
1answer
179 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
214 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
594 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
405 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
918 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
959 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
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
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
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
226 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
122 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
0answers
87 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
191 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
0answers
94 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
582 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
366 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
373 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 ...