improve snapping issues
This commit is contained in:
@@ -194,6 +194,12 @@ docker-compose up -d
|
||||
|
||||
## TODO
|
||||
|
||||
- If >50% of a road is parallel and nearby a similar road, consider omitting the portion of the new road which is parallel.
|
||||
- Highlight snap segments during multi-select, and move the enable/disable snap function to the snap geometry itself instead of the popup
|
||||
- don't snap a node to a road if the node already contains a segment that's closer to the road, or if this segment already has a closer node. (prevent double snapping)
|
||||
- use third party validators to check ourselves
|
||||
- allow adjusting of per-node snap distances that override the default
|
||||
- Click-to-remove OSM elements: allow selecting existing OSM ways/nodes in the map viewer and marking them for deletion in the JOSM export (analogous to accepting a "removed" diff feature but user-initiated)
|
||||
- Validate whether a similar address is within 50 feet (same number?)
|
||||
- If addr:unit is like "Apartment 123" or "Apartment 123;Apartment 124;Apartment 125" remove the word Apartment so it's just "123" or "123;124;125"
|
||||
- If an item gets through processing and is "<Null>" it should be cleared
|
||||
@@ -212,3 +218,4 @@ addr:postcode=33513
|
||||
addr:state=FL
|
||||
addr:street=Hideaway Circle
|
||||
- Sr is SR (State Route)
|
||||
- Pky is Parkway
|
||||
|
||||
Reference in New Issue
Block a user