User Tools

Site Tools


using_overlay_to_extract_data_from_openstreetmap

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
using_overlay_to_extract_data_from_openstreetmap [2022/06/21 18:14] – [Show all segregated cycleways in Westminster on a map] abeverleyusing_overlay_to_extract_data_from_openstreetmap [2022/06/21 18:14] (current) – [Total length of segregated cycleways in Westminster] abeverley
Line 15: Line 15:
   [out:csv(number,length)];   [out:csv(number,length)];
   {{geocodeArea:Westminster}}->.searchArea;   {{geocodeArea:Westminster}}->.searchArea;
-  way["highway"="cycleway"](area.searchArea);+  way["highway"="cycleway"]["foot"!="designated"](area.searchArea);
   make stat number=count(ways),length=sum(length());   make stat number=count(ways),length=sum(length());
   out;   out;
using_overlay_to_extract_data_from_openstreetmap.1655835248.txt.gz · Last modified: 2022/06/21 18:14 by abeverley