forked from hans/Nominatim
Introduces presets which avoid much of the previous configuration duplication. The original import files are now thin wrappers around the themepark themes.
7 lines
136 B
Lua
7 lines
136 B
Lua
-- This is just an alias for the Nominatim themepark full topic
|
|
local flex = require('flex-base')
|
|
|
|
flex.load_topic('full')
|
|
|
|
return flex
|