| | |
| | | return { |
| | | fill: true, |
| | | weight: 2, |
| | | fillColor: '#06cccc', |
| | | color: '#06cccc', |
| | | fillColor: '#73b2ff', |
| | | color: '#73b2ff', |
| | | fillOpacity: 0.2, |
| | | opacity: 0.8, |
| | | opacity: 1, |
| | | dashArray: '10,4', |
| | | dashSpeed: -10 |
| | | } |
| | |
| | | }) |
| | | } |
| | | }).bindPopup(function (layer) { |
| | | that.popupComp.setDatas(layer.feature) |
| | | that.popupComp.setDatas(layer) |
| | | that.popupComp.setShow() |
| | | return that.popupComp.$el |
| | | }, { |
| | |
| | | minWidth: 300, |
| | | closeButton: false, |
| | | autoClose: false |
| | | }).addTo(featureGroup).bringToFront() |
| | | }).addTo(featureGroup).bringToBack() |
| | | return featureGroup |
| | | } |
| | | |