On 11/13/15 6:05 PM, Hans De Kryger wrote: > Anyone know a overpass query to find street names that need expanding? > Wanted to find some in Arizona but have no experience at overpass. Any > help would be appreciated. > try using overpass turbo (overpass-turbo.eu); pan/zoom to the location of interest and here's a example query using regex to find things that end in St or st:
[out:json][timeout:25];
way["name"~"[Ss]t$"]({{bbox}});
out body;
>;
out skel qt;
--
[email protected]
Averill Park Networking - GIS & IT Consulting
OpenStreetMap - PostgreSQL - Linux
Java - Web Applications - Search
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Talk-us mailing list [email protected] https://lists.openstreetmap.org/listinfo/talk-us

