[Talk-ca] Erreurs créées par des non-locaux
Stewart C. Russell
scruss at gmail.com
Fri Sep 23 00:12:03 UTC 2016
Hi Charles -
> Would you mind educating me? I'm not very good with the overpass API. I
> just tried and only got 3 ways in the Montréal area (indeed service
> roads) with "source=improve_osm_tn". What's a good query?
This (short link) query pulls up over 1900. Most of them are outside the
Montreal metro, and the map is zoomed quite far out:
http://overpass-turbo.eu/s/iwK
This is what it runs:
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“source=improve_osm_tn”
*/
[out:json][timeout:25];
// gather results
(
// query part for: “source=improve_osm_tn”
node["source"="improve_osm_tn"](44.9609111593886,-74.88006591796874,46.214050815339526,-72.57568359375);
way["source"="improve_osm_tn"](44.9609111593886,-74.88006591796874,46.214050815339526,-72.57568359375);
relation["source"="improve_osm_tn"](44.9609111593886,-74.88006591796874,46.214050815339526,-72.57568359375);
);
// print results
out body;
>;
out skel qt;
Hope this helps,
Stewart
More information about the Talk-ca
mailing list