gost / server

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

Metadata to Any #10

Closed tebben closed 7 years ago

tebben commented 8 years ago

Change field metadata in entity sensor to interface and change in database from character varying(255) to jsonb

tebben commented 7 years ago

Metadata can be of encoding type pdf or sensorml, no need for jsonb however SensorML can be a long string and won't fit in varchar 255, changed to type text.