Skip to content

Commit f355617

Browse files
committed
Merge pull request #368 from mcmorisi/DOCSP-40849-vatican
DOCSP-40849: Correct Polygon representation of the Vatican
1 parent d7a3283 commit f355617

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

source/fundamentals/geo.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,11 @@ Here are some common GeoJSON types and how you can specify them with positions:
129129
{"location", bson.D{
130130
{"type", "Polygon"},
131131
{"coordinates", [][][]float64{{
132-
{116.572, 40.430},
133-
{116.570, 40.434},
134-
{116.567, 40.436},
135-
{116.572, 40.430},
132+
{12.446086, 41.901977},
133+
{12.457952, 41.901559},
134+
{12.455375, 41.907351},
135+
{12.449863, 41.905186},
136+
{12.446086, 41.901977},
136137
}}},
137138
}},
138139
}

0 commit comments

Comments
 (0)