Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
supervise-front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
5
Issues
5
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
牛晓林
supervise-front
Commits
819c1720
Commit
819c1720
authored
Aug 26, 2019
by
niuxiaolin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
latest ui 08/26/2019 18:44:33
parent
990e9d7c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
package-lock.json
package-lock.json
+2
-2
main.component.ts
src/app/main/main.component.ts
+1
-4
No files found.
package-lock.json
View file @
819c1720
...
...
@@ -6509,8 +6509,8 @@
},
"ngx-echarts"
:
{
"version"
:
"4.2.1"
,
"resolved"
:
"https://registry.npm
js.org/ngx-echarts/-
/ngx-echarts-4.2.1.tgz"
,
"integrity"
:
"sha
512-wdlIAkvnR9A1Wv4z8RMD2MX1Zinp9SmiCCu70nVYColV1c0LnFt0Ur85Uu/3yZlE/Yl1BblB5IAnHA3/iOG8cw=
="
,
"resolved"
:
"https://registry.npm
.taobao.org/ngx-echarts/download
/ngx-echarts-4.2.1.tgz"
,
"integrity"
:
"sha
1-wcIo0tuBcnQsUeXweSwUD+TFVd8
="
,
"requires"
:
{
"tslib"
:
"^1.9.0"
}
...
...
src/app/main/main.component.ts
View file @
819c1720
...
...
@@ -573,10 +573,7 @@ export class MainComponent implements OnInit {
_this
.
map
.
addOverlay
(
ply1
);
//遮罩物是半透明的,如果需要纯色可以多添加几层
//4. 给目标行政区划添加边框,其实就是给目标行政区划添加一个没有填充物的遮罩层
var
ply
=
new
BMap
.
Polygon
(
rs
.
boundaries
[
0
],
{
strokeWeight
:
0
,
strokeColor
:
"#0000C6"
,
fillColor
:
"#dde7f6"
,
fillOpacity
:
"0.2"
strokeWeight
:
4
,
strokeColor
:
"#696969"
,
fillColor
:
"#dde7f6"
,
fillOpacity
:
"0.1"
});
// var ply = new BMap.Polygon(rs.boundaries[0], {strokeWeight:0,strokeColor:"#16e8d6",fillColor:"",fillOpacity:"0"});
_this
.
map
.
addOverlay
(
ply
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment