fix tree_shape
This commit is contained in:
parent
4893fd2100
commit
cd5c2b7429
@ -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
Loading…
Reference in New Issue
Block a user