Skip to content

Commit 5f05d9a

Browse files
committed
Merge pull request mongodb#368 from mcmorisi/DOCSP-40849-vatican
DOCSP-40849: Correct Polygon representation of the Vatican
1 parent 89cd2a0 commit 5f05d9a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

source/fundamentals/geo.txt

+5-4
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,11 @@ Here are some common GeoJSON types and how you can specify them with positions:
134134
{"location", bson.D{
135135
{"type", "Polygon"},
136136
{"coordinates", [][][]float64{{
137-
{116.572, 40.430},
138-
{116.570, 40.434},
139-
{116.567, 40.436},
140-
{116.572, 40.430},
137+
{12.446086, 41.901977},
138+
{12.457952, 41.901559},
139+
{12.455375, 41.907351},
140+
{12.449863, 41.905186},
141+
{12.446086, 41.901977},
141142
}}},
142143
}},
143144
}

0 commit comments

Comments
 (0)