Various improvements and bug fixes to the type system
This commit is contained in:
parent
36c1a4fd7a
commit
537fb2c613
31 changed files with 798 additions and 275 deletions
|
@ -15,7 +15,15 @@
|
|||
"status",
|
||||
"network"
|
||||
],
|
||||
"access": "$bicycle.legal_access",
|
||||
"access": {
|
||||
"$ifDotted": {
|
||||
"$dot": {"$notEq": "no"},
|
||||
"f": "$bicycle.legal_access"
|
||||
},
|
||||
|
||||
"then": "$bicycle.legal_access",
|
||||
"else": "$bicycle.network_is_bicycle_network"
|
||||
},
|
||||
"oneway": "$bicycle.oneway",
|
||||
"speed": {
|
||||
"$min": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue