[Talk-us] Street names that need expanding

2015-11-13 Thread Hans De Kryger
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.


*Regards,*

*Hans*

*http://www.openstreetmap.org/user/TheDutchMan13
*
___
Talk-us mailing list
Talk-us@openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk-us


Re: [Talk-us] Street names that need expanding

2015-11-13 Thread Richard Welty
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;

-- 
rwe...@averillpark.net
 Averill Park Networking - GIS & IT Consulting
 OpenStreetMap - PostgreSQL - Linux
 Java - Web Applications - Search




signature.asc
Description: OpenPGP digital signature
___
Talk-us mailing list
Talk-us@openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk-us