]> git.openstreetmap.org Git - nominatim.git/commit
convert import styles to themepark
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 6 Dec 2024 11:12:27 +0000 (12:12 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 16 Dec 2024 09:26:55 +0000 (10:26 +0100)
commit59bce26afef3fd65e606e09979c11733dfac6966
treec116d309a6619d6f772364f4e7e1e044039ed105
parentd1b7c14f7987a20c218c96fe8071427536f8b36e
convert import styles to themepark

Introduces presets which avoid much of the previous configuration
duplication. The original import files are now thin wrappers around
the themepark themes.
15 files changed:
lib-lua/flex-base.lua
lib-lua/import-address.lua
lib-lua/import-admin.lua
lib-lua/import-extratags.lua
lib-lua/import-full.lua
lib-lua/import-street.lua
lib-lua/themes/nominatim/init.lua
lib-lua/themes/nominatim/presets.lua [new file with mode: 0644]
lib-lua/themes/nominatim/topics/address.lua [new file with mode: 0644]
lib-lua/themes/nominatim/topics/admin.lua [new file with mode: 0644]
lib-lua/themes/nominatim/topics/full.lua [new file with mode: 0644]
lib-lua/themes/nominatim/topics/street.lua [new file with mode: 0644]
test/bdd/api/details/simple.feature
test/bdd/osm2pgsql/import/custom_style.feature
test/bdd/osm2pgsql/import/tags.feature