my-openlayer 1.0.11 → 1.0.12

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.
Files changed (2) hide show
  1. package/core/Polygon.js +0 -1
  2. package/package.json +1 -1
package/core/Polygon.js CHANGED
@@ -195,7 +195,6 @@ export default class Polygon {
195
195
  fillColor: 'rgba(255, 255, 255, 0.3)',
196
196
  textFont: '14px Calibri,sans-serif',
197
197
  textFillColor: '#FFF',
198
- textStrokeColor: '#409EFF',
199
198
  textStrokeWidth: 2,
200
199
  ...options
201
200
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "my-openlayer",
3
3
  "private": false,
4
- "version": "1.0.11",
4
+ "version": "1.0.12",
5
5
  "type": "module",
6
6
  "main": "index.js",
7
7
  "types": "index.d.ts",