We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d16a6f0 + a8fb0b7 commit e4fd03cCopy full SHA for e4fd03c
1 file changed
README.md
@@ -26,7 +26,7 @@ service = fsc.SensorThingsService(url)
26
from geojson import Point
27
28
point = Point((-115.81, 37.24))
29
-location = fsc.Location(name="here", description="and there", location=point)
+location = fsc.Location(name="here", description="and there", location=point, encoding_type='application/geo+json')
30
31
thing = fsc.Thing(name='new thing',
32
description='I am a thing with a location',
0 commit comments