Skip to content
fordfrog edited this page Aug 15, 2012 · 4 revisions

ToDo

  • Load address points from ways that have building=yes.
  • Use address hinting for OSM points that do not have addr:city specified. Query RÚIAN database to find out in which city the point is located.
  • 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.
Clone this wiki locally