OpenGeofiction:Territory administration/parallels: Difference between revisions

From OpenGeofiction
(Wangi created the page OpenGeofiction:Territory administration/parallels using a non-default content model "JSON")
 
(import from JSON)
Line 1: Line 1:
{}
[
    {
        "lat": 0,
        "lon": -25,
        "text": "Equator - 0° latitude",
        "icon": "Lat-eq.png"
    },
    {
        "lat": 23.44,
        "lon": -35,
        "text": "Northern Tropic - 23°26'N latitude",
        "icon": "Lat-nt.png"
    },
    {
        "lat": -23.44,
        "lon": -30,
        "text": "Southern Tropic - 23°26'S latitude",
        "icon": "Lat-st.png"
    },
    {
        "lat": 45,
        "lon": -15,
        "text": "45°N - Halfway between Equator and North Pole",
        "icon": "Lat-45n.png"
    },
    {
        "lat": -45,
        "lon": -10,
        "text": "45°S - Halfway between Equator and South Pole",
        "icon": "Lat-45s.png"
    },
    {
        "lat": 66.53,
        "lon": -10,
        "text": "Arctic Circle - 66°32'N latitude",
        "icon": "Lat-arc.png"
    },
    {
        "lat": -66.53,
        "lon": -45,
        "text": "Antarctic Circle - 66°32'S latitude",
        "icon": "Lat-ant.png"
    },
    {
        "polygon": [
            [
                0,
                -540
            ],
            [
                0,
                540
            ]
        ],
        "title": "Equator",
        "text": "0° latitude.",
        "color": "#0077ff",
        "weight": 0.6
    },
    {
        "polygon": [
            [
                23.44,
                -540
            ],
            [
                23.44,
                540
            ]
        ],
        "title": "Northern Tropic",
        "text": "23°26'N latitude.",
        "color": "#0077ff",
        "weight": 0.3
    },
    {
        "polygon": [
            [
                -23.44,
                -540
            ],
            [
                -23.44,
                540
            ]
        ],
        "title": "Southern Tropic",
        "text": "23°26'S latitude.",
        "color": "#0077ff",
        "weight": 0.3
    },
    {
        "polygon": [
            [
                45,
                -540
            ],
            [
                45,
                540
            ]
        ],
        "title": "45th Parallel North",
        "text": "45°N latitude.",
        "color": "#0077ff",
        "weight": 0.3
    },
    {
        "polygon": [
            [
                -45,
                -540
            ],
            [
                -45,
                540
            ]
        ],
        "title": "45th Parallel South",
        "text": "45°S latitude.",
        "color": "#0077ff",
        "weight": 0.3
    },
    {
        "polygon": [
            [
                66.53,
                -540
            ],
            [
                66.53,
                540
            ]
        ],
        "title": "Arctic Circle",
        "text": "66°32'N latitude.",
        "color": "#0077ff",
        "weight": 0.3
    },
    {
        "polygon": [
            [
                -66.53,
                -540
            ],
            [
                -66.53,
                540
            ]
        ],
        "title": "Antarctic Circle",
        "text": "66°32'S latitude.",
        "color": "#0077ff",
        "weight": 0.3
    }
]

Revision as of 16:57, 29 August 2021

lat0
lon-25
text"Equator - 0° latitude"
icon"Lat-eq.png"
lat23.44
lon-35
text"Northern Tropic - 23°26'N latitude"
icon"Lat-nt.png"
lat-23.44
lon-30
text"Southern Tropic - 23°26'S latitude"
icon"Lat-st.png"
lat45
lon-15
text"45°N - Halfway between Equator and North Pole"
icon"Lat-45n.png"
lat-45
lon-10
text"45°S - Halfway between Equator and South Pole"
icon"Lat-45s.png"
lat66.53
lon-10
text"Arctic Circle - 66°32'N latitude"
icon"Lat-arc.png"
lat-66.53
lon-45
text"Antarctic Circle - 66°32'S latitude"
icon"Lat-ant.png"
polygon
0
-540
0
540
title"Equator"
text"0° latitude."
color"#0077ff"
weight0.6
polygon
23.44
-540
23.44
540
title"Northern Tropic"
text"23°26'N latitude."
color"#0077ff"
weight0.3
polygon
-23.44
-540
-23.44
540
title"Southern Tropic"
text"23°26'S latitude."
color"#0077ff"
weight0.3
polygon
45
-540
45
540
title"45th Parallel North"
text"45°N latitude."
color"#0077ff"
weight0.3
polygon
-45
-540
-45
540
title"45th Parallel South"
text"45°S latitude."
color"#0077ff"
weight0.3
polygon
66.53
-540
66.53
540
title"Arctic Circle"
text"66°32'N latitude."
color"#0077ff"
weight0.3
polygon
-66.53
-540
-66.53
540
title"Antarctic Circle"
text"66°32'S latitude."
color"#0077ff"
weight0.3