I am new to the field of GIS and am trying to view source tags in OSM. I have downloaded the shapefiles from http://downloads.cloudmade.com and have loaded them into Postgres. When I view the data, I am unable to see any tagging data. Should I be following a different process or using shapefiles at all?
|
|
Shapefile on cloudmade server are final data made from osm data. If you want to get raw data (ie with osm tags) you need to download osm files. You can find some information about how import osm files into PostGIS here: http://trac.osgeo.org/mapserver/wiki/RenderingOsmDataUbuntu Hope it helps. Y. |
|||
|
|
|
It looks like the Cloudmade (and Geofabrik) shapefiles only have a minimum number of tags included. The free-form nature of tagging in OSM doesn't transfer to the shapefile format very easily. You might want to consider a setting up a database if you want to use OSM data very extensively. OSM Stack Overflow suggests:
|
||||
|
|
|
Download the OSM files (in .osm format) and import using osm2pgsql. When using osm2pgsql, there's a file called
means that
|
|||
|
|