gost / server

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

ValueCode from DB #12

Closed tebben closed 7 years ago

tebben commented 8 years ago

CodeValue's are now hardcoded, load into memory from database on start

bertt commented 7 years ago

why we need this?

tebben commented 7 years ago

When exporting the database you need to look up in the go code which code relates to which value for EncodingType and ObservationType. It will also be easier to add new ones in the future. Hardcoded values can be found under entities/observationtypes.go and entities/encodingtypes.go

bertt commented 7 years ago

closed no activity