Merge develop

This commit is contained in:
Pieter Vander Vennet 2023-10-11 04:34:57 +02:00
commit 08ffe4b7c0
146 changed files with 4380 additions and 1435 deletions

View file

@ -0,0 +1,12 @@
[
{
"path": "relatify.png",
"license": "AGPLv3",
"authors": [
"Kamil Monicz"
],
"sources": [
"https://github.com/Zaczero/osm-relatify/blob/main/web/static/img/icon.png"
]
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: Kamil Monicz
SPDX-License-Identifier: AGPLv3

View file

@ -204,5 +204,20 @@
]
}
}
],
"titleIcons": [
{
"condition": {
"and": [
"id~relation/[0-9]+",
"_numeric_id~*"
]
},
"render": "<a href=' https://relatify.monicz.dev/?relation={_numeric_id}&load=1' target='_blank' rel='noopener'><img alt='on relatify' textmode='🗺️' src='./assets/layers/transit_routes/relatify.png'/></a>"
},
"icons.defaults"
],
"calculatedTags": [
"_numeric_id=feat.properties.id.split('/')[1]"
]
}