Skip to content

Commit

Permalink
aanpassing geometrie
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedScholvinck authored and Yrob committed Feb 22, 2024
1 parent 4889df5 commit 8b9ddfe
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions datasets/sport/dataset.json
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,10 @@
"type": "integer",
"description": "Unieke aanduiding van de sportaanbieder."
},
"geometry": {
"$ref": "https://geojson.org/schema/Point.json",
"description": "Puntgeometrie van de sportfaciliteit."
},
"typeSport": {
"type": "string",
"description": "Het sporttype dat de sportaanbieder aanbiedt.",
Expand Down Expand Up @@ -531,20 +535,10 @@
"description": "Indicatie korting sporten via stadspas voor jeugd.",
"provenance": "stadspas jeugd"
},
"stadspas55+": {
"stadspas55": {
"type": "boolean",
"description": "Indicatie korting sporten via stadspas voor 55+.",
"provenance": "stadspas 55+"
},
"latitude": {
"type": "number",
"description": "Latitude van de sportfaciliteit, x-coordinaat op de kaart.",
"provenance": "latitude (x)"
},
"longitude": {
"type": "number",
"description": "Longitude van de sportfaciliteit, y-coordinaat op de kaart.",
"provenance": "longitude (y)"
}
}
}
Expand Down

0 comments on commit 8b9ddfe

Please sign in to comment.