Skip to content

Commit 4cbd19c

Browse files
author
Sonny Bakker
committed
[#210] Use correct URL for GeometryCollection
1 parent b4f8d17 commit 4cbd19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vng_api_common/inspectors/geojson.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def map_serializer_field(self, auto_schema, direction):
254254
"description": "GeoJSON multi-polygon geometry",
255255
"type": TYPE_OBJECT,
256256
"externalDocs": {
257-
"url": "https://tools.ietf.org/html/rfc7946#section-3.1.7",
257+
"url": "https://tools.ietf.org/html/rfc7946#section-3.1.8",
258258
},
259259
"allOf": [
260260
geometry_component.ref,

0 commit comments

Comments
 (0)