forked from MapComplete/MapComplete
Add custom javascript snippets to calculate tags
This commit is contained in:
parent
3e130ebe80
commit
f124d9ded7
17 changed files with 799 additions and 14649 deletions
|
@ -15,6 +15,9 @@
|
|||
"source": {
|
||||
"osmTags": "amenity=public_bookcase"
|
||||
},
|
||||
"calculatedTags": {
|
||||
"_distanceToPietervdn": "feat.distanceTo(3.704388, 51.05281) < 1 ? 'closeby' : 'faraway'"
|
||||
},
|
||||
"minzoom": 12,
|
||||
"wayHandling": 2,
|
||||
"title": {
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"name:nl~"
|
||||
"name:nl~*"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue