gost / server

GOST - Go implementation of OGC SensorThings API
MIT License
61 stars 19 forks source link

Conformance core test: Add support for requesting properties like v1.0/Things(2)/description #16

Closed bertt closed 8 years ago

bertt commented 8 years ago

sample http://gost.geodan.nl/v1.0/Things(2)/description requesting properties should be implemented

bertt commented 8 years ago

Definition: 9.2.4 Usage 4: address to a property of an entity

sample: http://example.org/v1.0/Observations(1)/resultTime response: { "resultTime": "2010-12-23T10:20:00-07:00" }

tebben commented 8 years ago

implemented