Modul:Nexşe: Cudahiya di navbera guhartoyan de

Content deleted Content added
marker-symbol=circle, marker-color=0050d0
B Guhertoya 703058 ya Ghybu (gotûbêj) şûnde kir
Etîket: Betal bike
Rêz 373:
mystack[j]['properties']['description'] = args['description'..i]
mystack[j]['properties']['marker-size'] = args['marker-size'..i] or args['marker-size']
mystack[j]['properties']['marker-symbol'] = args['marker-symbol'..i] or args['marker-symbol']
ifmystack[j]['properties']['marker-color'] = args['marker-symbolcolor'..i] == nil or args['marker-symbolcolor'] == nil then
mystack[j]['properties']['marker-symbol'] = 'circle'
else
mystack[j]['properties']['marker-symbol'] = args['marker-symbol'..i] or args['marker-symbol']
end
if args['marker-color'..i] == nil or args['marker-color'] == nil then
mystack[j]['properties']['marker-color'] = '0050d0'
else
mystack[j]['properties']['marker-color'] = args['marker-color'..i] or args['marker-color']
end
mystack[j]['properties']['stroke'] = args['stroke'..i] or args['stroke']
mystack[j]['properties']['stroke-opacity'] = tonumber(args['stroke-opacity'..i] or args['stroke-opacity'])
Line 389 ⟶ 380:
mystack[j]['properties']['fill'] = args['fill'..i] or args['fill']
mystack[j]['properties']['fill-opacity'] = tonumber(args['fill-opacity'..i] or args['fill-opacity'])
 
i = i + 1
end
-- calculate defaults for static mapframe; maplink is dynamic
if (tagArgs.latitude == nil or tagArgs.longitude == nil) and #allpoints > 0 then