egovamap 0.19.2 → 0.19.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.
@@ -141,6 +141,8 @@ var egovaBI = function(globeMap, gisMap, mapType){
141
141
  if (options.textStyle.enableText) {
142
142
  p.labelStyle = {
143
143
  type: "text",
144
+ minZoom: options.common.beginLevel,
145
+ maxZoom: options.common.endLevel,
144
146
  xoffset: options.textStyle.xoffset + "px",
145
147
  yoffset: options.textStyle.yoffset + "px",
146
148
  text: p.textValue,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.19.2",
3
+ "version": "0.19.3",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {