Closed talos closed 7 years ago
Fixes #260
geom_type
geom_extra
geom_tags
OBS_GetAvailableGeometries
timespan_type
timespan_extra
timespan_tags
OBS_GetAvailableTimespans
This needs to be matched up to a PR in dataservices-api as well so that the new return types match.
Hey @talos we would need you to sync with @rochoa and @rafatower before releasing this so that they can deploy the corresponding changes in Dataservices-api (https://github.com/CartoDB/dataservices-api/pull/360)
Fixes #260
geom_type
,geom_extra
, andgeom_tags
toOBS_GetAvailableGeometries
. This brings it up to spec with existing docs.timespan_type
,timespan_extra
, andtimespan_tags
toOBS_GetAvailableTimespans
for consistency.This needs to be matched up to a PR in dataservices-api as well so that the new return types match.