-
Notifications
You must be signed in to change notification settings - Fork 0
Home
fordfrog edited this page Aug 8, 2012
·
4 revisions
- Pair RÚIAN points to OSM points (instead of OSM points to RÚIAN points) to better handle duplicate points in OSM. This way, matcher will always match the closest point of the duplicate OSM points that are qualitatively equal.
- Load address points from ways that have building=yes.
- Find solution for RÚIAN address points that do not have point coordinates defined. These have to be matched to OSM points too to avoid unwanted removal of valid OSM address points.
- Decide whether is_in tag will be used and if so, what content will be put in the tag.
- Decide whether to drop filter on addr:country=CZ and instead test whether point lays in ČR. This would not leave untouched address points that do not have country specified (if there are any) and would avoid duplicities, but would definitely be much slower.
- When querying Overpass API using tiles, test whether the tile is at least partially in ČR to avoid querying of tiles that are completely out of ČR.