mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-14 05:12:09 +02:00
crossing: Fix marking* templates by allowing line geometries
The markings templates are not touched by this PR and it does seem to work without this. However, the fields are used on line and point geometries so either the `geometry` field is ignored during build or something else is happening…
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
"crossing/markings-PL"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
"point",
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"@template": "crossing/markings"
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
"crossing/markings_yes-PL"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
"point",
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"@template": "crossing/markings_yes"
|
||||
|
||||
Reference in New Issue
Block a user