mirror of
https://forge.chapril.org/tykayn/wololo
synced 2025-10-09 17:02:46 +02:00
réinit
This commit is contained in:
commit
996524bc6d
107 changed files with 1295536 additions and 0 deletions
28
mappings/converters/configMuseums.ts
Normal file
28
mappings/converters/configMuseums.ts
Normal file
|
@ -0,0 +1,28 @@
|
|||
import MappingConfigType from "../mapping-config.type";
|
||||
|
||||
const MappingMuseums: MappingConfigType = {
|
||||
config_name: 'Mapping des musées en Île de France',
|
||||
config_author: 'tykayn <contact+geojson2osm@cipherbliss.com>',
|
||||
default_properties_of_point: {tourism: 'museum'},
|
||||
tags: {
|
||||
// ******* booléens
|
||||
// ******* nombres
|
||||
"URL": "contact:website",
|
||||
"Identifiant Muséofile": "ref:FR:museums:museofile",
|
||||
"REF_Deps": "ref:FR:museums:deps",
|
||||
// ******* textes
|
||||
'Téléphone': {
|
||||
key_converted: "contact:phone",
|
||||
convert_to_phone: true,
|
||||
},
|
||||
},
|
||||
add_not_mapped_tags_too: false,
|
||||
source: {
|
||||
geojson_path: '',
|
||||
url: ''
|
||||
},
|
||||
filters: {
|
||||
// offset:2 // uncomment to run small tests
|
||||
},
|
||||
}
|
||||
export default MappingMuseums
|
Loading…
Add table
Add a link
Reference in a new issue