Module:Graph: Difference between revisions

Content deleted Content added
Added map module functionality
No edit summary
Line 55:
function p.map(frame)
-- map path data for geographic objects
local basemap = frame.args.basemap or "WorldMapTemplate:Graph:Highlighted world map by country/Inner/Worldmap2c-iso2.json"
-- scaling factor
local scale = tonumber(frame.args.scale) or 100