using_overlay_to_extract_data_from_openstreetmap
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
using_overlay_to_extract_data_from_openstreetmap [2022/06/15 18:10] – abeverley | using_overlay_to_extract_data_from_openstreetmap [2022/06/21 18:14] (current) – [Total length of segregated cycleways in Westminster] abeverley | ||
---|---|---|---|
Line 7: | Line 7: | ||
[out: | [out: | ||
{{geocodeArea: | {{geocodeArea: | ||
- | way[" | + | way[" |
make stat number=count(ways), | make stat number=count(ways), | ||
out; | out; | ||
Line 15: | Line 15: | ||
[out: | [out: | ||
{{geocodeArea: | {{geocodeArea: | ||
- | way[" | + | way[" |
make stat number=count(ways), | make stat number=count(ways), | ||
out; | out; | ||
Line 34: | Line 34: | ||
{{geocodeArea: | {{geocodeArea: | ||
( | ( | ||
- | way[" | + | way[" |
); | ); | ||
out body; | out body; | ||
Line 40: | Line 40: | ||
out skel qt; | out skel qt; | ||
+ | ==== Show only roads in Westminster on a map ==== | ||
+ | |||
+ | [out:json]; | ||
+ | {{geocodeArea: | ||
+ | ( | ||
+ | way[" | ||
+ | ); | ||
+ | out body; | ||
+ | >; | ||
+ | out skel qt; | ||
==== Show segregated cycle routes on current viewed map ==== | ==== Show segregated cycle routes on current viewed map ==== | ||
using_overlay_to_extract_data_from_openstreetmap.1655316602.txt.gz · Last modified: 2022/06/15 18:10 by abeverley