Skip to content

Commit a7a47ab

Browse files
committed
doc: fix area_tags building typo
1 parent 3b6e6b3 commit a7a47ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/mapping.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ You can configure these default interpretations with the ``areas`` option.
471471
.. code-block:: yaml
472472
473473
areas:
474-
area_tags: [buildings, landuse, leisure, natural, aeroway]
474+
area_tags: [building, landuse, leisure, natural, aeroway]
475475
linear_tags: [highway, barrier]
476476
477477

example-mapping.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"areas": {
33
"area_tags": [
4-
"buildings",
4+
"building",
55
"landuse",
66
"leisure",
77
"natural",

example-mapping.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
areas:
2-
area_tags: [buildings, landuse, leisure, natural, aeroway]
2+
area_tags: [building, landuse, leisure, natural, aeroway]
33
linear_tags: [highway, barrier]
44
generalized_tables:
55
landusages_gen0:

0 commit comments

Comments
 (0)