Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismayer committed Jul 2, 2018
2 parents 48fda06 + b5a0aa4 commit c89e772
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions src/components/measuretool/MeasureWin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,6 @@
stroke: new Stroke({
color: measureConf.strokeColor || 'rgba(0, 0, 0, 0.5)',
width: 2
}),
image: new Circle({
radius: 7,
fill: new Fill({
color: measureConf.vertexFillColor || 'rgba(0, 0, 0, 0.7)'
})
})
})
});
Expand Down
2 changes: 0 additions & 2 deletions static/app-conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@
"wgumeasure": {
"strokeColor": "#c62828",
"fillColor": "rgba(198,40,40,0.2)",
"vertexStrokeColor": "#c62828",
"vertexFillColor": "#c62828",
"sketchStrokeColor": "rgba(198,40,40,0.8)",
"sketchFillColor": "rgba(198,40,40,0.1)",
"sketchVertexStrokeColor": "#c62828",
Expand Down

0 comments on commit c89e772

Please sign in to comment.