forked from andrewguertin/ogr2osm
-
Notifications
You must be signed in to change notification settings - Fork 46
Todo
pnorman edited this page Apr 13, 2012
·
2 revisions
This is a rough to-do list of features to add
-
Write a testsuite to know when a code change breaks something There are many possible paths to take in the code, and it can be hard to test the full variety of shapefiles easily.
-
Combine data from multiple shapefiles. The TOL data has truck routes in a separate shapefile and I'd like to be able to combine this with the roads data
-
Be able to combine multiple ways with the same tags Most of the data I have deals with linear features and in some cases (e.g. roads) it makes sense to merge multiple linestrings into one way.
-
Flatten any relations with only one member
-
Find shared ways and build relations for the features that use them (as in the original ogr2osm)
- Add upload=false