Content deleted Content added
Jackmcbarn (talk | contribs) test the projection |
Jackmcbarn (talk | contribs) clean up some |
||
Line 32:
local retval = {}
for long=-165,-30,15 do
for lat=40,
retval[#retval + 1] = tostring(locmap.mark(frame, {'Canada', long=long, lat=lat, outside='1'}))
end
end
return locmap.top(frame, {'Canada', width=800, float='center'}) .. table.concat(retval) .. locmap.bottom(frame, {'Canada', width=800, float='center'})
end
|