]> git.openstreetmap.org Git - nominatim.git/blob - lib-lua/import-extratags.lua
Removed class type pair getter that used style sheets from both spi_importer and...
[nominatim.git] / lib-lua / import-extratags.lua
1 -- This is just an alias for the Nominatim themepark full topic
2 local flex = require('flex-base')
3
4 flex.load_topic('full', {with_extratags = true})
5
6 return flex