Jump to content

Module:Location map/data/USA New York rivers

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by DutchTreat (talk | contribs) at 14:46, 18 August 2022 (improve X axis adjustment based on Lat($1) and Long($2)). The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

return {
        name = 'USA New York rivers',
        x = '100 - 100*($2 - -71.69)/(-80.1 - -71.69) - (($1 - 42.884)/5)*($2 - -75.90)',
		y = '100 - 100*($1 - 40.24)/(45.448 - 40.24) - abs($2 + 75.9)/3',
        image = 'USA New York rivers NAD27 locator map.svg',
        image1 = 'USA New York rivers NAD27 locator map with grid.svg',
        mark = 'Disc Plain red.svg',
        marksize = 7
}
-- $1 = myLat
-- $2 = myLong
-- top = 45.448,
-- bottom = 40.24,
-- left = -80.1,
-- right = -71.690,
-- midLat = 42.884
-- midLong = -75.90