fix tree_shape

This commit is contained in:
Tykayn 2024-10-14 16:21:39 +02:00 committed by tykayn
parent 4893fd2100
commit cd5c2b7429
2 changed files with 7660 additions and 49 deletions

View File

@ -22,7 +22,6 @@ const MappingArbresIssy: MappingConfigType = {
"genespvar": "species", "genespvar": "species",
// - CADUC_PERS : leaf_cycle=evergreen pour persistant , deciduous pour caduque // - CADUC_PERS : leaf_cycle=evergreen pour persistant , deciduous pour caduque
"caduc_pers": { "caduc_pers": {
// key_converted: "leaf_cycle",
conditional_values: { conditional_values: {
"Persistant ": { "Persistant ": {
'tags_to_add':{ 'tags_to_add':{
@ -38,7 +37,6 @@ const MappingArbresIssy: MappingConfigType = {
}, },
// - FEUIL_CONI : feuillu leaf_type=broadleaved / connifère leaf_type=needleleaved // - FEUIL_CONI : feuillu leaf_type=broadleaved / connifère leaf_type=needleleaved
"feuil_coni": { "feuil_coni": {
// key_converted: "leaf_type",
conditional_values: { conditional_values: {
"Feuillu ": { "Feuillu ": {
'tags_to_add':{ 'tags_to_add':{
@ -55,7 +53,6 @@ const MappingArbresIssy: MappingConfigType = {
// - PARTICULAR : Majeur, Remarquable : historic=monument // - PARTICULAR : Majeur, Remarquable : historic=monument
"particular": { "particular": {
// key_converted: "historic",
conditional_values: { conditional_values: {
"Majeur ": { "Majeur ": {
'tags_to_add':{ 'tags_to_add':{
@ -75,13 +72,19 @@ const MappingArbresIssy: MappingConfigType = {
key_converted: "tree_shape", key_converted: "tree_shape",
conditional_values: { conditional_values: {
"Architecturé, rideau ": { "Architecturé, rideau ": {
value_converted: "curtain" 'tags_to_add':{
"tree_shape": "curtain",
},
}, },
"Semi-libre ": { "Semi-libre ": {
value_converted: "half_free" 'tags_to_add':{
"tree_shape": "half_free",
},
}, },
"Libre ": { "Libre ": {
value_converted: "free" 'tags_to_add':{
"tree_shape": "free",
},
}, },
} }
}, },

File diff suppressed because it is too large Load Diff