geosolutions-it / sciadro-backend

https://waffle.io/geosolutions-it/sciadro-backend
1 stars 3 forks source link

Asset geometry is currently missing #35

Closed tdipisa closed 5 years ago

tdipisa commented 5 years ago

At the moment we don't have geometries stored in DB for Assets. Even if Asset's geometry is not mandatory, for test purposes we need some assets (not all of them) with a geometry (this geometry can be at this stage something similar to the one calculated from the telemetry).

petrus7 commented 5 years ago

Current implementation will consume geometry like this body: {. . . geometry : "\"coordinates\":[ [ 10.4374221, 43.6524748 ], [ 10.4374223, 43.6524749 ], [ 10.4374222, 43.6524752 ], [ 10.4374222, 43.6524753 ], ]" . . . }