mirror of
https://forge.chapril.org/tykayn/wololo
synced 2025-06-20 01:34:42 +02:00
tests update
This commit is contained in:
parent
088aa1f5f4
commit
353fa37c85
4 changed files with 49 additions and 24 deletions
|
@ -144,5 +144,21 @@ export const mappingIgnoreTruthy: MappingConfigType = {
|
|||
geojson_path: "",
|
||||
url: ""
|
||||
},
|
||||
tags_to_ignore_if_value_is: ['non spécifié'],
|
||||
filters: {},
|
||||
}
|
||||
|
||||
export const mappingIgnoreOsmId: MappingConfigType = {
|
||||
config_name: 'testing config mappingIgnoreOsmId',
|
||||
config_author: 'tykayn <contact@cipherbliss.com>',
|
||||
default_properties_of_point: {},
|
||||
tags: {},
|
||||
add_not_mapped_tags_too: false,
|
||||
source: {
|
||||
geojson_path: "",
|
||||
url: ""
|
||||
},
|
||||
filters: {
|
||||
exclude_point_if_tag_not_empty: ['osm_id'],
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue