Skip to content

Commit

Permalink
DOCSP-40849: Correct Polygon representation of the Vatican
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmorisi committed Jun 25, 2024
1 parent 28e56d3 commit d687959
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions source/fundamentals/geo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,11 @@ Here are some common GeoJSON types and how you can specify them with positions:
{"location", bson.D{
{"type", "Polygon"},
{"coordinates", [][][]float64{{
{116.572, 40.430},
{116.570, 40.434},
{116.567, 40.436},
{116.572, 40.430},
{12.446086, 41.901977},
{12.457952, 41.901559},
{12.455375, 41.907351},
{12.449863, 41.905186},
{12.446086, 41.901977},
}}},
}},
}
Expand Down

0 comments on commit d687959

Please sign in to comment.