Module:Coordinates: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 329:
local errors = {};
lat_d = tonumber( lat_d ) or 0;
lat_m = tonumber( lat_dlat_m ) or 0;
lat_s = tonumber( lat_dlat_s ) or 0;
long_d = tonumber( long_d ) or 0;
long_m = tonumber( long_m ) or 0;
Anonymous user