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
I defined the other layers such as:
-- Points go to a "other" layer:
-- Features which can be inside of a golf course but is not related directly to golf.
See more info in the proccess.lua file.
Does anyone have any good thoughts about how we could do this better?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
As one can see in https://github.com/HuggeK/golfTiles/blob/main/custom-tilemaker/config.json we now have the following layer in the tiles:
"facilities": { "minzoom": 0, "maxzoom": 14 }, - only contains areas of the leisure=golf_course areas.
"golf_points": { "minzoom": 12, "maxzoom": 14 },
"golf_lines": { "minzoom": 12, "maxzoom": 14 },
"golf_areas": { "minzoom": 12, "maxzoom": 14 },
"other_points": { "minzoom": 12, "maxzoom": 14 },
"other_lines": { "minzoom": 12, "maxzoom": 14 },
"other_areas": { "minzoom": 12, "maxzoom": 14 }
I defined the other layers such as:
-- Points go to a "other" layer:
-- Features which can be inside of a golf course but is not related directly to golf.
See more info in the proccess.lua file.
Does anyone have any good thoughts about how we could do this better?
All reactions