geo_type: store numeric code and return int16
All checks were successful
Build and Release / release (push) Successful in 1m27s
All checks were successful
Build and Release / release (push) Successful in 1m27s
This commit is contained in:
@@ -14,7 +14,7 @@ type Bbox struct {
|
||||
|
||||
type GeometryResponse struct {
|
||||
ID string `json:"id"`
|
||||
GeoType string `json:"geo_type"`
|
||||
GeoType int16 `json:"geo_type"`
|
||||
DrawGeometry json.RawMessage `json:"draw_geometry"`
|
||||
Binding json.RawMessage `json:"binding,omitempty"`
|
||||
TimeStart int32 `json:"time_start,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user