File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 20
20
< body style =" margin: 0;overflow: hidden;background: #fff;width: 100%;height:100%;position: absolute;top: 0; ">
21
21
< div id ="main ">
22
22
< sm-map :map-options ="mapOptions ">
23
- < sm-open-file :layer-styles =" layerStyles "> </ sm-open-file >
23
+ < sm-open-file :layer-style =" layerStyle "> </ sm-open-file >
24
24
</ sm-map >
25
25
</ div >
26
26
< script >
33
33
" with <span>© <a href='http://iclient.supermap.io' target='_blank'>SuperMap iClient</a> | </span>" +
34
34
" Map Data <span>© <a href='http://support.supermap.com.cn/product/iServer.aspx' target='_blank'>SuperMap iServer</a></span> " ;
35
35
return {
36
- layerStyles : {
36
+ layerStyle : {
37
37
line : new SuperMap . Widgets . commontypes . LineStyle ( {
38
38
"line-width" : 3 ,
39
39
"line-color" : "#3fb1e3"
You can’t perform that action at this time.
0 commit comments