વિભાગ:Coordinates: આવૃત્તિઓ વચ્ચેનો તફાવત

Content deleted Content added
નાનું add Category:Pages with coordinates from Wikidata maintenance category
નાનું fix reported error when wikidata has coordinates with precision set to nil
લીટી ૧૯૦:
lat2 = v.latitude
lon2 = v.longitude
precision = v.precision or 1e-4
precision = math.floor(v.precision*111000) -- convert precision from degrees to meters and round
precision = math.max(math.min(precision,111000),5) -- bound precision to a number between 5 meters and 1 degree
end