egovamap 0.18.3 → 0.18.4

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.
@@ -148,7 +148,7 @@ var egovaBI = function(globeMap, gisMap, mapType){
148
148
  font: {
149
149
  size: options.textStyle.fontSize + "px",
150
150
  weight: options.textStyle.fontWeight,
151
- family: options.textStyle.family || "microsoft-yahei"
151
+ family: options.textStyle.family || "microsoft-yahei-regular"
152
152
  }
153
153
  };
154
154
  }
@@ -190,7 +190,7 @@ var egovaBI = function(globeMap, gisMap, mapType){
190
190
  font: {
191
191
  size: options.clusterStyle.fontSize + "px",
192
192
  weight: options.clusterStyle.fontWeight || "normal",
193
- family: options.clusterStyle.family || "microsoft-yahei"
193
+ family: options.clusterStyle.family || "microsoft-yahei-regular"
194
194
  }
195
195
  }
196
196
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.18.3",
3
+ "version": "0.18.4",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {