KAMI911 / osm_poi_matchmaker

OSM POI Matchmaker
GNU General Public License v3.0
9 stars 4 forks source link

Implement a the building selector based on POI node distance and city, postcode, street name and house number of building #39

Closed KAMI911 closed 4 years ago

KAMI911 commented 4 years ago

Implement a the building selector based on POI node distance and city, postcode, street name and house number of building. Make a line that connects the building central and POI coords, using one point from their intersection. Try to variable the line interpolation based on POI name's first character. I use modulo 16 to make POI location a bit randomized in the building. If there is no name or there is error I use 50% as value that halfway between the central and the edge of the building.

KAMI911 commented 4 years ago

Tested, working.