egovamap 0.14.4 → 0.14.5

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.
@@ -278,13 +278,13 @@ var egovaBI = function(globeMap, gisMap, mapType){
278
278
  args.highLightType,
279
279
  args.infoStyle,
280
280
  args.renderCanvas,
281
- options.clickCallback,
282
281
  args.tagName,
282
+ options.clickCallback,
283
+ options.mouseOverCallback,
283
284
  args.clusterOption,
284
285
  args.hasHover,
285
- options.mouseOverCallback,
286
- options.mouseOutCallback,
287
286
  layerName,
287
+ options.mouseOutCallback,
288
288
  options.option
289
289
  );
290
290
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.14.4",
3
+ "version": "0.14.5",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {