You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Enter/exit Tilemaker
function init_function()
end
function exit_function()
end
node_keys = {}
function node_function()
end
function way_function()
end
function attribute_function(attr,layer)
if layer=="ocean" then
return { class="ocean" }
else
return attr
end
end
Hello,
Firstly, thanks this wonderful tile generation tool!
I am generating a map and in the ocean layer I have some incomplete tiles, for example:
I have created the following minimal configuration to reproduce the issue:
The text was updated successfully, but these errors were encountered: