Skip to content

Commit

Permalink
Fixing invalid Multi Polygon
Browse files Browse the repository at this point in the history
  • Loading branch information
njakeman committed Jan 31, 2024
1 parent 4fd47a5 commit cc212bb
Showing 1 changed file with 7 additions and 20 deletions.
27 changes: 7 additions & 20 deletions frontend/assets/json/BCC_storyframe.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,25 +179,12 @@
"coordinates": [
[
[
-70.88974621499453,
39.16917367945484
],
[
-70.88974621499453,
37.61811013052508
],
[
-67.80805346376849,
37.61811013052508
],
[
-67.80805346376849,
39.16917367945484
],
[
-70.88974621499453,
39.16917367945484
]
[-70.88974621499453, 39.16917367945484],
[-70.88974621499453,37.61811013052508],
[-67.80805346376849,37.61811013052508],
[-67.80805346376849,39.16917367945484],
[-70.88974621499453,39.16917367945484]
]
]
]
}
Expand Down Expand Up @@ -359,4 +346,4 @@
}
}
]
}
}

0 comments on commit cc212bb

Please sign in to comment.