Skip to content

Commit

Permalink
added some more limit geojsons
Browse files Browse the repository at this point in the history
  • Loading branch information
zdila committed Dec 17, 2023
1 parent b56eb51 commit ab16966
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 0 deletions.
22 changes: 22 additions & 0 deletions global-shading-limit.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"type": "FeatureCollection",
"features": [
{
"id": "0",
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[5.003069444444445, 51.99809444444445],
[5.003069444444445, 40.00250277777778],
[29.99713888888889, 40.00250277777778],
[29.99713888888889, 51.99809444444445],
[5.003069444444445, 51.99809444444445]
]
]
}
}
]
}
97 changes: 97 additions & 0 deletions limit-shading.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
{
"type": "FeatureCollection",
"generator": "JOSM",
"features": [
{
"type": "Feature",
"properties": {
"type": "multipolygon"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
20.74345397339,
40.00250277778
],
[
29.99713888889,
40.00250277778
],
[
29.99713888889,
51.99809444444
],
[
5.00306944444,
51.99809444444
],
[
5.00306944444,
50.15930875836
],
[
3.75730224609,
50.62508700270
],
[
2.35105224609,
51.45402060216
],
[
0.70310302734,
50.59720017813
],
[
-3.05422119141,
50.09240730753
],
[
-6.06447509766,
48.48750104300
],
[
-2.10113800049,
42.93631976846
],
[
1.75230834961,
42.21225330003
],
[
3.61879210069,
42.21225330003
],
[
7.72338871875,
38.42777395760
],
[
11.29668914795,
37.26312626931
],
[
11.56859802246,
36.46547630448
],
[
15.20506713867,
36.48314944975
],
[
20.17639160156,
39.31092541213
],
[
20.74345397339,
40.00250277778
]
]
]
]
}
}
]
}

0 comments on commit ab16966

Please sign in to comment.