[Talk-us] Street names that need expanding
Richard Welty
rwelty at averillpark.net
Fri Nov 13 23:23:28 UTC 2015
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;
--
rwelty at averillpark.net
Averill Park Networking - GIS & IT Consulting
OpenStreetMap - PostgreSQL - Linux
Java - Web Applications - Search
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 841 bytes
Desc: OpenPGP digital signature
URL: <http://lists.openstreetmap.org/pipermail/talk-us/attachments/20151113/13010a8e/attachment.sig>
More information about the Talk-us
mailing list