Skip to content

Commit

Permalink
Merge pull request #368 from mcmorisi/DOCSP-40849-vatican
Browse files Browse the repository at this point in the history
DOCSP-40849: Correct Polygon representation of the Vatican
  • Loading branch information
mcmorisi committed Jun 25, 2024
1 parent d7a3283 commit f355617
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 @@ -129,10 +129,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 f355617

Please sign in to comment.