mapcomplete/assets/tagRenderings/icons.json

22 lines
637 B
JSON
Raw Normal View History

2020-11-21 14:36:05 +00:00
{
"osmlink": {
"render": "<a href='https://openstreetmap.org/{id}' target='_blank'><img src='./assets/svg/osm-logo-us.svg'/></a>",
"mappings": [
{
"if": "id~=-",
"then": "<span class='alert'>Uploading...</alert>"
}
]
},
"wikipedialink": {
2020-11-24 10:10:43 +00:00
"render": "<a href='https://wikipedia.org/wiki/{wikipedia}' target='_blank'><img src='./assets/svg/wikipedia.svg' alt='WP'/></a>",
"condition": "wikipedia~*"
},
2020-11-21 15:46:05 +00:00
"phonelink": {
"render": "<a href='tel:{phone}'><img src='./assets/svg/phone.svg'/></a>",
2020-11-21 15:46:05 +00:00
"condition": "phone~*"
},
"sharelink": {
"render": "{share_link()}"
}
2020-11-21 14:36:05 +00:00
}