egovamap 0.19.7 → 0.19.8

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.
@@ -1,5 +1,6 @@
1
1
  import CoordConvConfig from './coordconvert/CoordConvConfig';
2
- var coordConvert=require('egovacoordconvert/index');
2
+ import * as coordConvert from 'egovacoordconvert/build/dist/coordconvert';
3
+
3
4
  var MapUtils = {
4
5
  type: function (obj) {
5
6
  var result = Array.isArray(obj) ? 'array' : (typeof obj);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.19.7",
3
+ "version": "0.19.8",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {