We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1fce17 + 32beee2 commit 48f215aCopy full SHA for 48f215a
1 file changed
_opl_file_format/05_examples.md
@@ -37,11 +37,11 @@ Count how many objects were created in each hour of the day:
37
38
Find all closed ways:
39
40
- egrep '^w' data.osm.opl | egrep 'N(n[0-9]+),.*\1 '
+ egrep '^w' data.osm.opl | egrep 'N(n[0-9]+),.*\1'
41
42
Find all ways tagged with `area=yes` that are not closed:
43
44
- egrep '^w' data.osm.opl | egrep 'area=yes' | egrep -v 'N(n[0-9]+),.*\1 '
+ egrep '^w' data.osm.opl | egrep 'area=yes' | egrep -v 'N(n[0-9]+),.*\1'
45
46
Find all users who have created post boxes:
47
0 commit comments