File tree 3 files changed +12
-1
lines changed
3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @feltmaps/js-sdk " : minor
3
+ ---
4
+
5
+ Add coordinates to circle
Original file line number Diff line number Diff line change 68
68
69
69
***
70
70
71
+ ## coordinates
72
+
73
+ > ** coordinates** : \[ ` number ` , ` number ` ] = ` LngLatTupleSchema `
74
+
75
+ ***
76
+
71
77
## radius
72
78
73
79
> ** radius** : ` number `
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ const PathReadSchema = PathElementSchema.omit({ coordinates: true });
194
194
const PolygonReadSchema = PolygonElementSchema . omit ( {
195
195
coordinates : true ,
196
196
} ) ;
197
- const CircleReadSchema = CircleElementSchema . omit ( { coordinates : true } ) ;
197
+ const CircleReadSchema = CircleElementSchema ;
198
198
const MarkerReadSchema = MarkerElementSchema . omit ( { coordinates : true } ) ;
199
199
const HighlighterReadSchema = HighlighterElementSchema . omit ( {
200
200
coordinates : true ,
You can’t perform that action at this time.
0 commit comments