Content deleted Content added
m Removed now unnecessary overrides |
Enforced that all labels appear in the oblast maps. Label positions still need to be configured in the parent module. |
||
Line 1:
local m = require('Module:Russo-Ukrainian War detailed map')
m.containerArgs.AlternativeMap = nil
m.containerArgs.width = 1000
local szs_map = {[8]=60, [6]=50}
for _, mark in ipairs(m.marks) do
if mark.label_size == 0 and string.sub(mark.mark, 1, 1) == 'L' then
mark.label_size = szs_map[mark.marksize]
end
end
return m
|