adb-shared 6.2.18 → 6.2.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/fesm2022/adb-shared.mjs
CHANGED
|
@@ -2998,7 +2998,7 @@ class PolygonDrawerInput {
|
|
|
2998
2998
|
if (this.shapeLayer instanceof Leaflet__default.Circle) {
|
|
2999
2999
|
geo.properties = {
|
|
3000
3000
|
...geo.properties,
|
|
3001
|
-
radius: this.shapeLayer.getRadius()
|
|
3001
|
+
radius: Math.ceil(this.shapeLayer.getRadius())
|
|
3002
3002
|
};
|
|
3003
3003
|
}
|
|
3004
3004
|
this.onChange(geo);
|