gis-map-admin 1.9.4 → 1.9.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.
- package/lib/gismap.common.js +1 -0
- package/lib/gismap.umd.js +1 -0
- package/lib/gismap.umd.min.js +1 -1
- package/package.json +1 -1
package/lib/gismap.common.js
CHANGED
|
@@ -205297,6 +205297,7 @@ class echartsLayer_EchartsglLayer {
|
|
|
205297
205297
|
type: "simple-line",
|
|
205298
205298
|
color: item.color, // Orange
|
|
205299
205299
|
width: item.width,
|
|
205300
|
+
style: item.style || "solid",
|
|
205300
205301
|
join: "round",
|
|
205301
205302
|
};
|
|
205302
205303
|
const pointGraphic = new Graphic({
|
package/lib/gismap.umd.js
CHANGED
|
@@ -205306,6 +205306,7 @@ class echartsLayer_EchartsglLayer {
|
|
|
205306
205306
|
type: "simple-line",
|
|
205307
205307
|
color: item.color, // Orange
|
|
205308
205308
|
width: item.width,
|
|
205309
|
+
style: item.style || "solid",
|
|
205309
205310
|
join: "round",
|
|
205310
205311
|
};
|
|
205311
205312
|
const pointGraphic = new Graphic({
|