@ohuoy/easymap 1.1.2 → 1.1.3

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/index.js +0 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -158,7 +158,6 @@ export class EasyMap {
158
158
  map.addLayer(layer);
159
159
  }
160
160
  })
161
- console.log( map.style.order )
162
161
  map.theme.value = map.style.stylesheet.theme
163
162
 
164
163
  map.off('style.load', handleStyleLoad);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ohuoy/easymap",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "self map easy use",
5
5
  "main": "main.js",
6
6
  "scripts": {