egovamap 0.15.3 → 0.15.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.
@@ -423,7 +423,7 @@ var egovaBI = function(globeMap, gisMap, mapType){
423
423
  outline: { // autocasts as new SimpleLineSymbol()
424
424
  color: inStyle.outlineColor || "lightblue",
425
425
  width: inStyle.outlineWidth || "1px",
426
- style: inStyle.outStyle || "solid",
426
+ style: inStyle.outlineStyle || "solid",
427
427
  cap: inStyle.outlineCap || "round",
428
428
  join: inStyle.outlineJoin || "round",
429
429
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.15.3",
3
+ "version": "0.15.4",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {