We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a04b58 commit 7efc00dCopy full SHA for 7efc00d
lua/themepark.lua
@@ -44,18 +44,15 @@ local function script_dir(num)
44
end
45
46
local themepark = {
47
- dir = script_dir(1),
48
- theme_search_path = {},
+ _columns = {},
49
debug = false,
+ dir = script_dir(1),
50
+ layers = {},
51
options = {
52
schema = 'public',
53
srid = 3857,
54
attribution = '© OpenStreetMap contributors - https://openstreetmap.org/copyright',
55
},
- layers = {},
56
- tables = {},
57
- themes = {},
58
- _columns = {},
59
process = {
60
node = {},
61
way = {},
@@ -64,6 +61,9 @@ local themepark = {
64
select_relation_members = {},
65
62
gen = {}
66
63
+ tables = {},
+ theme_search_path = {},
+ themes = {},
67
}
68
69
if os.getenv('THEMEPARK_DEBUG') then
0 commit comments