@@ -190,6 +190,8 @@ export default {
getStyleByName(name) {
if (name === '生态区界限') {
return { type: 'polyline', styleOptions: { color: '#0c5b0f', width: 4 } }
+ } else if (name === '提防背河坡脚线') {
+ return { type: 'polyline', styleOptions: { color: '#ee8a11', width: 4 } }
} else if (name === '河道管理范围线') {
return {
type: 'polyline',