@@ -27,7 +27,7 @@ MongoDB supports the GeoJSON object types listed on this page.
27
27
.. versionadded:: 2.4
28
28
29
29
The following example specifies a GeoJSON `Point
30
- <http ://geojson. org/geojson-spec. html#point >`_:
30
+ <https ://tools.ietf. org/html/rfc7946#section-3.1.2 >`_:
31
31
32
32
.. code-block:: javascript
33
33
@@ -41,7 +41,7 @@ The following example specifies a GeoJSON `Point
41
41
.. versionadded:: 2.4
42
42
43
43
The following example specifies a GeoJSON `LineString
44
- <http ://geojson. org/geojson-spec. html#linestring >`_:
44
+ <https ://tools.ietf. org/html/rfc7946#section-3.1.4 >`_:
45
45
46
46
.. code-block:: javascript
47
47
@@ -54,7 +54,7 @@ The following example specifies a GeoJSON `LineString
54
54
55
55
.. versionadded:: 2.4
56
56
57
- `Polygons <http ://geojson. org/geojson-spec. html#polygon >`_ consist of
57
+ `Polygons <https ://tools.ietf. org/html/rfc7946#section-3.1.6 >`_ consist of
58
58
an array of GeoJSON ``LinearRing`` coordinate arrays. These
59
59
``LinearRings`` are closed ``LineStrings``. Closed ``LineStrings`` have
60
60
at least four coordinate pairs and specify the same position as the
@@ -118,7 +118,7 @@ The following example represents a GeoJSON polygon with an interior ring:
118
118
.. versionadded:: 2.6
119
119
Requires :ref:`2dsphere-v2`
120
120
121
- GeoJSON `MultiPoint <http ://geojson. org/geojson-spec. html#multipoint >`_
121
+ GeoJSON `MultiPoint <https ://tools.ietf. org/html/rfc7946#section-3.1.3 >`_
122
122
embedded documents encode a list of points.
123
123
124
124
.. code-block:: javascript
@@ -142,7 +142,7 @@ embedded documents encode a list of points.
142
142
Requires :ref:`2dsphere-v2`
143
143
144
144
The following example specifies a GeoJSON `MultiLineString
145
- <http ://geojson. org/geojson-spec. html#multilinestring >`_:
145
+ <https ://tools.ietf. org/html/rfc7946#section-3.1.5 >`_:
146
146
147
147
.. code-block:: javascript
148
148
@@ -165,7 +165,7 @@ The following example specifies a GeoJSON `MultiLineString
165
165
Requires :ref:`2dsphere-v2`
166
166
167
167
The following example specifies a GeoJSON `MultiPolygon
168
- <http ://geojson. org/geojson-spec. html#multipolygon >`_:
168
+ <https ://tools.ietf. org/html/rfc7946#section-3.1.7 >`_:
169
169
170
170
.. code-block:: javascript
171
171
@@ -187,7 +187,7 @@ The following example specifies a GeoJSON `MultiPolygon
187
187
188
188
The following example stores coordinates of GeoJSON type
189
189
`GeometryCollection
190
- <http ://geojson. org/geojson-spec. html#geometrycollection >`_:
190
+ <https ://tools.ietf. org/html/rfc7946#section-3.1.8 >`_:
191
191
192
192
.. code-block:: javascript
193
193
0 commit comments