Skip to content

Commit 7103917

Browse files
Merge pull request #33 from rokf/29-rainfall
fix: normalized RainFallRadarObserved example
2 parents a363c2b + 74be4cc commit 7103917

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

RainFallRadarObserved/examples/example-normalized.jsonld

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"location": {
5050
"type": "GeoProperty",
5151
"value": {
52-
"type": "polygon",
52+
"type": "Polygon",
5353
"coordinates": [
5454
[
5555
[
@@ -105,8 +105,6 @@
105105
"object": "urn:ngsi-ld:Device:NCE-RFRO-018"
106106
},
107107
"@context": [
108-
"https://raw.githubusercontent.com/smart-data-models/data-models/master/context.jsonld",
109-
110108
"https://raw.githubusercontent.com/smart-data-models/dataModel.Environment/master/context.jsonld"
111109
]
112-
}
110+
}

0 commit comments

Comments
 (0)