forked from MapComplete/MapComplete
Merge develop
This commit is contained in:
commit
29ff09024f
287 changed files with 14955 additions and 4036 deletions
BIN
assets/layers/route_marker/bicycle_route_marker.jpg
Normal file
BIN
assets/layers/route_marker/bicycle_route_marker.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 71 KiB |
|
@ -0,0 +1,2 @@
|
|||
SPDX-FileCopyrightText: Segubi
|
||||
SPDX-License-Identifier: CC0-1.0
|
28
assets/layers/route_marker/license_info.json
Normal file
28
assets/layers/route_marker/license_info.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
[
|
||||
{
|
||||
"path": "bicycle_route_marker.jpg",
|
||||
"license": "CC0-1.0",
|
||||
"authors": [
|
||||
"Segubi"
|
||||
],
|
||||
"sources": [
|
||||
"https://wiki.openstreetmap.org/wiki/File:Route_marker_Germany_Zwischenwegweiser_Radverkehrsnetz_NRW.jpg"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "route_marker.svg",
|
||||
"license": "CC0-1.0",
|
||||
"authors": [
|
||||
"Robin van der Linde"
|
||||
],
|
||||
"sources": []
|
||||
},
|
||||
{
|
||||
"path": "walking_route_marker.jpg",
|
||||
"license": "CC0-1.0",
|
||||
"authors": [
|
||||
"Robin van der Linde"
|
||||
],
|
||||
"sources": []
|
||||
}
|
||||
]
|
101
assets/layers/route_marker/route_marker.json
Normal file
101
assets/layers/route_marker/route_marker.json
Normal file
|
@ -0,0 +1,101 @@
|
|||
{
|
||||
"id": "route_marker",
|
||||
"name": {
|
||||
"en": "Route markers"
|
||||
},
|
||||
"description": {
|
||||
"en": "Route markers are small markers often found along official hiking/cycling/riding/skiing routes to indicate the direction of the route."
|
||||
},
|
||||
"source": {
|
||||
"osmTags": "information=route_marker"
|
||||
},
|
||||
"minzoom": 14,
|
||||
"presets": [
|
||||
{
|
||||
"title": {
|
||||
"en": "a route marker"
|
||||
},
|
||||
"tags": [
|
||||
"tourism=information",
|
||||
"information=route_marker"
|
||||
],
|
||||
"description": {
|
||||
"en": "A route marker is a small marker often found along official hiking/cycling/riding/skiing routes to indicate the direction of the route."
|
||||
},
|
||||
"exampleImages": [
|
||||
"./assets/layers/route_marker/bicycle_route_marker.jpg",
|
||||
"./assets/layers/route_marker/walking_route_marker.jpg"
|
||||
]
|
||||
}
|
||||
],
|
||||
"deletion": true,
|
||||
"allowMove": {
|
||||
"enableImproveAccuracy": true,
|
||||
"enableRelocation": false
|
||||
},
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Route marker"
|
||||
}
|
||||
},
|
||||
"pointRendering": [
|
||||
{
|
||||
"location": [
|
||||
"centroid",
|
||||
"point"
|
||||
],
|
||||
"marker": [
|
||||
{
|
||||
"icon": "./assets/layers/route_marker/route_marker.svg"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"tagRenderings": [
|
||||
"images",
|
||||
{
|
||||
"id": "type",
|
||||
"question": {
|
||||
"en": "For what kind of route is this marker?"
|
||||
},
|
||||
"multiAnswer": true,
|
||||
"mappings": [
|
||||
{
|
||||
"if": "bicycle=yes",
|
||||
"ifnot": "biycle=",
|
||||
"then": {
|
||||
"en": "This is a route marker for a bicycle route."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "hiking=yes",
|
||||
"ifnot": "hiking=",
|
||||
"then": {
|
||||
"en": "This is a route marker for a hiking route."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "mtb=yes",
|
||||
"ifnot": "mtb=",
|
||||
"then": {
|
||||
"en": "This is a route marker for a mountain bike route."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "horse=yes",
|
||||
"ifnot": "horse=",
|
||||
"then": {
|
||||
"en": "This is a route marker for a horse riding route."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "ski=yes",
|
||||
"ifnot": "ski=",
|
||||
"then": {
|
||||
"en": "This is a route marker for a ski route."
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
6
assets/layers/route_marker/route_marker.svg
Normal file
6
assets/layers/route_marker/route_marker.svg
Normal file
|
@ -0,0 +1,6 @@
|
|||
<svg width="500" height="500" viewBox="0 0 500 500" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="500" height="500" rx="50" fill="#D9D9D9"/>
|
||||
<rect x="32.5" y="32.5" width="435" height="435" rx="42.5" stroke="black" stroke-width="15"/>
|
||||
<circle cx="250" cy="250" r="172.5" stroke="black" stroke-width="15"/>
|
||||
<path d="M125 235C116.716 235 110 241.716 110 250C110 258.284 116.716 265 125 265V235ZM385.607 260.607C391.464 254.749 391.464 245.251 385.607 239.393L290.147 143.934C284.289 138.076 274.792 138.076 268.934 143.934C263.076 149.792 263.076 159.289 268.934 165.147L353.787 250L268.934 334.853C263.076 340.711 263.076 350.208 268.934 356.066C274.792 361.924 284.289 361.924 290.147 356.066L385.607 260.607ZM125 265H375V235H125V265Z" fill="black"/>
|
||||
</svg>
|
After Width: | Height: | Size: 773 B |
2
assets/layers/route_marker/route_marker.svg.license
Normal file
2
assets/layers/route_marker/route_marker.svg.license
Normal file
|
@ -0,0 +1,2 @@
|
|||
SPDX-FileCopyrightText: Robin van der Linde
|
||||
SPDX-License-Identifier: CC0-1.0
|
BIN
assets/layers/route_marker/walking_route_marker.jpg
Normal file
BIN
assets/layers/route_marker/walking_route_marker.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 527 KiB |
|
@ -0,0 +1,2 @@
|
|||
SPDX-FileCopyrightText: Robin van der Linde
|
||||
SPDX-License-Identifier: CC0-1.0
|
Loading…
Add table
Add a link
Reference in a new issue