geofabrik / morituri

Converter for commercial geo data. Converts into OSM compatible format to be able to use OSM tools on commercial data.
GNU General Public License v3.0
33 stars 9 forks source link

Getting morituri working with navteq data ? #9

Closed xydinesh closed 6 years ago

xydinesh commented 7 years ago

Is there any modification need to be done to get this working with current Navteq data ? I see that navteq_mapping.hpp is expecting "Street.shp" which I don't have in my data set. My shapefiles have different names. I appreciate if you could help me on this. Thanks!

knowname commented 6 years ago

If navteq / HERE did not chang the format Street.shp is key to morituri since it contains the geographical data of the streets. Without geometries it is not possible to create a useful OSM file.

xydinesh commented 6 years ago

Yes, you are right. I was looking at wrong files. Thanks !