Move tree images to tree_node directory

This commit is contained in:
pietervdvn 2022-05-08 12:46:56 +02:00
parent 6ed0d1de1e
commit a4f2fa63a5
8 changed files with 55 additions and 47 deletions

View file

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View file

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View file

@ -8,5 +8,45 @@
"sources": [ "sources": [
"https://commons.wikimedia.org/wiki/File:Onroerend_Erfgoed_logo_without_text.svg" "https://commons.wikimedia.org/wiki/File:Onroerend_Erfgoed_logo_without_text.svg"
] ]
},
{
"path": "broadleaved.svg",
"license": "CC BY-SA 4.0",
"authors": [
"Midgard"
],
"sources": [
"https://www.openstreetmap.org/user/M!dgard"
]
},
{
"path": "leafless.svg",
"license": "CC BY-SA 4.0",
"authors": [
"Midgard"
],
"sources": [
"https://www.openstreetmap.org/user/M!dgard"
]
},
{
"path": "needleleaved.svg",
"license": "CC BY-SA 4.0",
"authors": [
"Midgard"
],
"sources": [
"https://www.openstreetmap.org/user/M!dgard"
]
},
{
"path": "unknown.svg",
"license": "CC BY-SA 4.0",
"authors": [
"Midgard"
],
"sources": [
"https://www.openstreetmap.org/user/M!dgard"
]
} }
] ]

View file

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -130,7 +130,7 @@
"es": "Latifoliada" "es": "Latifoliada"
}, },
"icon": { "icon": {
"path": "./assets/themes/trees/broadleaved.svg", "path": "./assets/layers/tree_node/broadleaved.svg",
"class": "small" "class": "small"
} }
}, },
@ -150,7 +150,7 @@
"es": "Hoja aguja" "es": "Hoja aguja"
}, },
"icon": { "icon": {
"path": "./assets/themes/trees/needleleaved.svg", "path": "./assets/layers/tree_node/needleleaved.svg",
"class": "small" "class": "small"
} }
}, },
@ -170,7 +170,7 @@
}, },
"hideInAnswer": true, "hideInAnswer": true,
"icon": { "icon": {
"path": "./assets/themes/trees/leafless.svg", "path": "./assets/layers/tree_node/leafless.svg",
"class": "small" "class": "small"
} }
} }
@ -708,7 +708,7 @@
"mapRendering": [ "mapRendering": [
{ {
"icon": { "icon": {
"render": "circle:#ffffff;./assets/themes/trees/unknown.svg", "render": "circle:#ffffff;./assets/layers/tree_node/unknown.svg",
"mappings": [ "mappings": [
{ {
"if": { "if": {
@ -716,7 +716,7 @@
"leaf_type=broadleaved" "leaf_type=broadleaved"
] ]
}, },
"then": "circle:#ffffff;./assets/themes/trees/broadleaved.svg" "then": "circle:#ffffff;./assets/layers/tree_node/broadleaved.svg"
}, },
{ {
"if": { "if": {
@ -724,7 +724,7 @@
"leaf_type=needleleaved" "leaf_type=needleleaved"
] ]
}, },
"then": "circle:#ffffff;./assets/themes/trees/needleleaved.svg" "then": "circle:#ffffff;./assets/layers/tree_node/needleleaved.svg"
} }
] ]
}, },

View file

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View file

@ -1113,6 +1113,14 @@
"https://phabricator.wikimedia.org/diffusion/GOJU/browse/master/AUTHORS.txt" "https://phabricator.wikimedia.org/diffusion/GOJU/browse/master/AUTHORS.txt"
] ]
}, },
{
"path": "search_disable.svg",
"license": "CC0",
"authors": [
"Pieter Vander Vennet"
],
"sources": []
},
{ {
"path": "send_email.svg", "path": "send_email.svg",
"license": "CC0; trivial", "license": "CC0; trivial",

View file

@ -1,24 +1,4 @@
[ [
{
"path": "broadleaved.svg",
"license": "CC BY-SA 4.0",
"authors": [
"Midgard"
],
"sources": [
"https://www.openstreetmap.org/user/M!dgard"
]
},
{
"path": "leafless.svg",
"license": "CC BY-SA 4.0",
"authors": [
"Midgard"
],
"sources": [
"https://www.openstreetmap.org/user/M!dgard"
]
},
{ {
"path": "logo.svg", "path": "logo.svg",
"license": "CC BY-SA 4.0", "license": "CC BY-SA 4.0",
@ -28,25 +8,5 @@
"sources": [ "sources": [
"https://www.openstreetmap.org/user/M!dgard" "https://www.openstreetmap.org/user/M!dgard"
] ]
},
{
"path": "needleleaved.svg",
"license": "CC BY-SA 4.0",
"authors": [
"Midgard"
],
"sources": [
"https://www.openstreetmap.org/user/M!dgard"
]
},
{
"path": "unknown.svg",
"license": "CC BY-SA 4.0",
"authors": [
"Midgard"
],
"sources": [
"https://www.openstreetmap.org/user/M!dgard"
]
} }
] ]