mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-14 10:27:57 +00:00
Introduces presets which avoid much of the previous configuration duplication. The original import files are now thin wrappers around the themepark themes.
7 lines
138 B
Lua
7 lines
138 B
Lua
-- This is just an alias for the Nominatim themepark admin topic
|
|
local flex = require('flex-base')
|
|
|
|
flex.load_topic('admin')
|
|
|
|
return flex
|