Module:Jcon/data explained

local p =

-- MTO signs - Table mapping sign names to their imagep._signs =

-- Place types to strip when processing road types p._placeTypes =

-- Road types from Module:Road_data/strings/CAN/ONlocal ON = require('Module:Road data/strings/CAN/ON')

for type, def in pairs(ON) do p[string.lower(type)] = defend

return p