forked from MapComplete/MapComplete
Merge develop
This commit is contained in:
commit
08ffe4b7c0
146 changed files with 4380 additions and 1435 deletions
12
assets/layers/transit_routes/license_info.json
Normal file
12
assets/layers/transit_routes/license_info.json
Normal 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"
|
||||
]
|
||||
}
|
||||
]
|
BIN
assets/layers/transit_routes/relatify.png
Normal file
BIN
assets/layers/transit_routes/relatify.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 63 KiB |
2
assets/layers/transit_routes/relatify.png.license
Normal file
2
assets/layers/transit_routes/relatify.png.license
Normal file
|
@ -0,0 +1,2 @@
|
|||
SPDX-FileCopyrightText: Kamil Monicz
|
||||
SPDX-License-Identifier: AGPLv3
|
|
@ -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]"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue