Skip to content

Commit

Permalink
Add grid voltages & owners overlay (#2540)
Browse files Browse the repository at this point in the history
  • Loading branch information
zabop authored Nov 18, 2024
1 parent 0882789 commit 6fd9dcf
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions sources/europe/no/gridVoltagesOwnersOverlay.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"type": "Feature",
"properties": {
"id": "grid-voltages-owners",
"name": "Electricity grid voltages & owners overlay",
"type": "tms",
"url": "https://api.mapbox.com/styles/v1/zabop/cm2rk5cgu00b701pmahzcegli/tiles/{zoom}/{x}/{y}?access_token=pk.eyJ1IjoiemFib3AiLCJhIjoiY2xrOHAyZGdjMDFsaDNlbWIyODhhc3VoZSJ9.ldiQmCyhLWNt1-U2jDI3PQ",
"overlay": true,
"country_code": "NO",
"attribution": {
"text": "© NVE",
"url": "https://www.nve.no/karttjenester/"
},
"icon": "https://kommunikasjon.ntb.no/data/images/00525/e8799776-4b69-4ec4-906d-46285ccb3dbe-w_300_h_100.png",
"max_zoom": 22,
"min_zoom": 7,
"license_url": "https://web.archive.org/web/20240114010212/https://lists.nuug.no/pipermail/kart/2017-December/006312.html",
"privacy_policy_url": "https://www.nve.no/nves-personvernerklaering/",
"description": "Power lines, their voltages and their owners.",
"category": "other"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[31.904253, 70.4368136],
[28.4765186, 71.3289643],
[23.6865015, 71.2514263],
[16.8090601, 70.0730823],
[11.1620655, 67.5253903],
[9.975542, 64.811576],
[4.2187061, 62.1449966],
[4.3725367, 59.1871966],
[6.1743055, 57.8915032],
[7.932118, 57.7393554],
[10.777577, 58.8649103],
[11.7224012, 58.762509],
[12.722157, 60.1141506],
[13.0517469, 61.3493518],
[12.5243921, 63.6169922],
[14.2382593, 63.9856094],
[15.1171656, 65.9016624],
[18.6987085, 68.3749083],
[20.0610132, 68.2612583],
[21.0058375, 68.7841518],
[25.2465601, 68.3506025],
[26.9384546, 69.8472011],
[28.7621851, 69.6112133],
[28.5864039, 68.8556004],
[31.069314, 69.5191547],
[31.904253, 70.4368136]
]
]
}
}

0 comments on commit 6fd9dcf

Please sign in to comment.