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

File diff suppressed because it is too large Load Diff