OpenStreetMap is a collaborative project to create a free editable map of the world. The data is free, and free of legal and technical restrictions. OpenStreetMap is often shorted to OSM.
0
votes
0answers
24 views
why there are links in streets table on navteq with zero value in the FEAT_ID field?
I have too many links with FEAT_ID = 0. Those links are transitable ways, but in the navteqs tables the associate FEAT_ID value is 0. Also, the street name and other fields are in 0.
What does this ...
2
votes
0answers
216 views
Openlayers 2.12 + Firefox 15 = OSM Layer not showing
I know it's due to the new Access-Control-Allow-Origin in OL 2.12, but it is still not functional to me. I've followed instructions on here on stackoverflow.
Firefox version
15.0.1
Apache2 config
...
1
vote
0answers
203 views
Leaflet markers do not open popup on click (with markerclusterer)
I just started using Leaflet and Marker Clusterer to organize the markers.
Problem #1: When an unclustered marker is clicked, no popup appears.
Problem #2: When a cluster is clicked several times, ...
2
votes
1answer
88 views
Is there a way to show the direction of a route?
I use pgrouting and openstreetmaps .I would like to know if there is a way to show the direction of the route on the map (eg something like this ---->---- or any other way,idea)
Thanks in advance.
3
votes
2answers
545 views
Can I use Google Maps API and substitute Openstreet map as base layer?
This Question is based on below requirements.
1 - our application will need to use functionalities of Google Maps API like custom marker/Info pop up/Routing etc.
2 - our application wants to use ...
1
vote
0answers
37 views
Is it possible to display filtered results on OpenStreetMap?
is it possible to goto www.openstreetmap.org and do a search for a place like Auckland (New Zealand) or Melbourne (Australia) -but- only show Cities or Neighbourhoods or Suburbs?
I understand that ...
7
votes
3answers
347 views
How is raw OSM data processed for openstreetmap.org
Can anyone provide insight into how OSM data is processed or rendered for www.openstreetmap.org?
A specific example... I extracted data from a recent planet.osm PostGIS dataset for an area in ...
2
votes
1answer
73 views
Relevant data for cost attribute to calculate route time
I have imported OSM data into PgRouting database.
I would like to use driving_distance() function to calculate route time.
How to add relevant time cost into database ?
Thanks
3
votes
1answer
396 views
Generating tiles for osm/esri shapefiles
I've generated tiles for OpenStreetMap .OSM files using Maperitive and quickly consumed them with leaflet (with no tile cache yet).
I'm now looking for the right and simple way to to that also with ...
2
votes
0answers
80 views
Moving point on OpenStreetMap route
Basically I generate random numbers in R language which are indeed times between bus arrivals.
I need to simulate a moving point(a bus) in OpenStreetMap by using this generated numbers.
I have read ...
5
votes
1answer
300 views
Is it possible to geocode street intersections using Nominatim?
Is it possible to geocode the location of a street intersection using Nominatim?
Example geocode query
Commonwealth Ave at Washington Street, Boston, MA
Successful Geocode by Google
...
2
votes
3answers
507 views
Optimizing OSM tiles download
Disclaimer: I don't know anything about maps, please excuse me.
In our mobile app, we use Cloudmade as our map tiles provider.
For certain places, we download multiple tiles for each zoom level ...
5
votes
2answers
127 views
Why the modifications I do in QGIS doesn't appear when I save an OSM file I created?
Through QGIS I loaded an OSM file I created and I'm trying to visualize what happens with the file in terms of codes after some modifications like adding points, lines or polygons. But the problem is ...
4
votes
1answer
193 views
USGS Topographic Map Online API
I am creating a website for a non-profit organization and would like to plot points on a map similar to this: http://www.arcgis.com/home/item.html?id=931d892ac7a843d7ba29d085e0433465
I am currently ...
0
votes
0answers
215 views
Draw route using open Layers [closed]
I have several waypoints in my database and I want to draw a route. How can I do this using open Layers I am very new to javascript. A tutorial will be great if you can help.
Thanks
7
votes
3answers
152 views
Is there a paid service for accessing a PostGIS/OSM DB
I want to render a world map with mapnik and postgis, but do not want to set up my own DB, because the needed hardware and processing time for the OSM import make it nearly impossible for me. I just ...
0
votes
0answers
104 views
Can Nominatim use another OSM importer?
Nominatim comes with osm2pgsql by default and uses it to import the osm files during the initial set up (utils/setup.php).
Problem: I am experiencing problems with importing us-northeast.osm.pbf ...
0
votes
1answer
137 views
osm2pgsql import crashed!
I am currently importing a bz2 country file into PostgreSQL 9.1 database for Nominatim 2 using its setup.php that runs osm2pgsql.
After processing the nodes. it seems to be stuck at a certain spot ...
0
votes
0answers
81 views
Nominatim (postgresql) import problem: unable to start pgsql
While importing the planet files into Nominatim, I encounter the following error below. The import command used is ./setup.php --osm-file us-northeast.osm.pbf --all
I have been following the ...
1
vote
0answers
162 views
Get tile URL with projection different than 900913
I have the following code, which should display a slippy map showing tiles producted by me with mapnik:
Proj4js.defs["EPSG:31258"] = "+proj=tmerc +lat_0=0 +lon_0=13.33333333333333 +k=1 +x_0=450000 ...
1
vote
0answers
211 views
Zipcode overlay on OSM
I have to display an overlay with different colors depending on the zipcode in Europe.
Can I get this information from OSM shapefile ? If yes, how exaclty ? Is there a tutorial somewhere ?
Thanks
1
vote
1answer
283 views
Importing planet files into Nominatim
After a gruesome night installing PostgreSQL 9.1, PostGIS 2 and Nominatim 2 on CentOS 6.3 using the instructions here, I am finally at the stage of importing a US planet file.
Problem: In ...
2
votes
1answer
225 views
Problem processing OSM file with osm2pgsql
I have an OSM file and when I want to import it in my PostGIS base using osm2pgsql, I get the following error:
Processing: Node(130k 8.7k/s) Way(0k 0.00k/s) Relation(0 0.00/s)Assertion failed: ...
4
votes
2answers
625 views
How to create accurate indoor maps?
I'm currently developing an indoor positioning system for a college project , I searched for good mapping platform and I found that openstreetmaps would suit me best , but now I'm stuck in generating ...
1
vote
1answer
171 views
Can I add OpenCycleMap to ArcGIS Explorer Desktop?
I'm using the ArcGIS Explorer Desktop (free viewer) - build 1750 (latest).
It comes with several built in base maps, including OpenStreetMap.
Is it possible to add to it OpenCycleMap:
...
0
votes
0answers
215 views
XYZ map doesn't calculate the correct tile URL
I have the following code:
Proj4js.defs["EPSG:31258"] = "+proj=tmerc +lat_0=0 +lon_0=13.33333333333333 +k=1 +x_0=450000 +y_0=-5000000 +ellps=bessel ...
1
vote
1answer
229 views
OSM Map projection doesn't seem to change
I have the following OpenLayers map:
Proj4js.defs["EPSG:31258"] = "+proj=tmerc +lat_0=0 +lon_0=13.33333333333333 +k=1 +x_0=450000 +y_0=-5000000 +ellps=bessel ...
1
vote
0answers
241 views
Vector layer shifted on OSM map: why?
I've defined the following map:
Proj4js.defs["EPSG:31258"] = "+proj=tmerc +lat_0=0 +lon_0=13.33333333333333 +k=1 +x_0=450000 +y_0=-5000000 +ellps=bessel ...
3
votes
4answers
139 views
How do you create Revision Table in Arcmap for OSM contribution?
I have created the following detailed file for upload to OSM in ArcMap but don't know about creating a OSM Revision Table to be able to put the data into OSM.
At 1:10,000
At 1:1000
The tool
...
1
vote
0answers
90 views
How to geocode US addresses using gisgraphy (400k)
Would someone please direct me in geocoding around 400k addresses using gisgraphy or openstreetmap?
Thanks in advance,
Aji.
2
votes
1answer
310 views
Problems using 2 maps with multiple layers and loadend event
I have 2 or more maps with one ore n layers on each map.
Now I want zoom to extent for each map, but the getDataExtent returns only for the last layer in the last map a bounds.
Can you help me?
Here ...
9
votes
3answers
315 views
What's the best way to implement routing through areas such as parking lots?
I'm using OSM2PO to route for walking directions and I've noticed a lot of the OSM walking paths are not ideally setup.
For example there are many paths which get divided up by parking lots, which ...
2
votes
1answer
108 views
How do you ignore one-ways osm2po?
I've been using OSM2PO and it's a great system so far.
However, in version 4.5.2, I can't seem to ignore the one-way restrictions for calculating walk distances.
In the browser version, I check on ...
0
votes
1answer
182 views
How to get City, State, Numeration, etc from OSM roads by Geofabrik?
I'm really new in this GIS world. I downloaded a shp file from Geofabrik (http://download.geofabrik.de/osm/south-america/chile.shp.zip) and imported it to Postgresql using Postgis. If I see the road ...
2
votes
1answer
146 views
How to obtain road classification type at a point via nominatim?
This is my first time posting here so please forgive me if i ask a trivial question. Is there a way of obtaining the type of road an object is settled in from a request via nominatim? (i have the ...
2
votes
4answers
831 views
How to route on OSM without using any already released routing engine?
i'm a computer science student and a complete beginner in GIS and stuff. i'm trying create my own web-based multi-modal journey planner as my thesis. And as it is a thesis i cant use any ready-made ...
2
votes
2answers
112 views
What is geom_way column in osm2po generated data?
Could anybody tell me the meaning of geom_way column generated by osm2po?
0
votes
0answers
125 views
Alternative to DeLorme Street Atlas USA 2012 Plus
Does anyone know of an alternative to a product like DeLorme Street Atlas USA 2012 Plus? I am interested in finding something that makes it easy for me to create and export custom PDF maps. Having ...
0
votes
1answer
370 views
socket connect failed for: /tmp/osm-renderd
I have installed Mapnik and have a functioning PostGIS database (I can access data through QGIS with no problems). When I try to run render_list to generate tiles it fails with
socket connect failed ...
0
votes
2answers
203 views
Can I use Google maps tiles in OSM for Iran?
I use Google maps in my application but because this service has limitation (2500 request per day for Geocoding) I want to use OSM instead of Google maps.
But OSM doesn't cover Iran as well as Google ...
2
votes
2answers
413 views
How to render a multi-layered (raster + vector) map to a file (PDF, SVG or JPEG, PNG)?
When using OpenLayers I can compose a map with several layers which is displayed nicely by my browser, but I need to do the same server side (no browser composing the layers), and I'm waiting a image ...
2
votes
2answers
659 views
Openlayers: How to highlight a point on mouse over a line
Any suggestions on how to highlight a point on mouse over a line, I've read points from a javascript array, lines are drawn by using them and I want to highlight some points in that array by moving ...
0
votes
3answers
477 views
OpenLayers: Error message 404 (Not Found)
I've created a map using openlayers contains osm, google layers and some vector features, On loading it shows two errors like: GET http://tile.openstreetmap.org/0/0/1.png 404 (Not Found). How to ...
2
votes
1answer
70 views
OSM license requirements
We are planning to jump in OSM sea and want to mix some of OSM layers with some of our layers afterword want to build an application which will perform common GIS tasks. Now here are my questions.
...
0
votes
0answers
98 views
mapserver postgis LABEL rendering problem
I am currently working on mapserver 5.6 with postgis in windows system.
I can able to render the map details on the browser but it is not well formatted.
All lables are overlaping one on other ...
1
vote
2answers
84 views
How to join polygons and lines vector maps from openstreetmap?
I am struggling with the data format OSM gives me: I want to use OSM data for routing, but all round-abouts and parking lots are not in the lines layer. They are situated in the poly(lines) layer.
...
3
votes
1answer
211 views
How to put a roads layer (OpenStreetMap) on top of KML polygons?
I need to develop a map where KMLs are overlayed with road layers. So, KMLs are polygons, and I would need to use a map tiles like OpenStreetMaps. But the problem is how to put roads on top of KML ...
1
vote
1answer
446 views
How to skip drag event to stop a feature being dragged
I am new to OpenLayers and I'm trying to drag markers and skip some markers from being dragged, I've tried dragFeature.deactivate(); it will deactivate entire features
please help me.
Please check ...
1
vote
1answer
589 views
OpenLayers : How to make a marker fixed [duplicate]
Possible Duplicate:
How to skip drag event to stop a feature being dragged
I've created a map and added markers to baselayer on click by using this code :
vectorLayer = new ...
2
votes
1answer
37 views
How much time is required to get my osm data updated
I updated some roads in osm map. I updated using JOSM. But the updates are not visible in the map after 2 days. I am new to osm maps. Can anyone please tell me the possible reasons.
