riku
2025-04-21 30748ea70f14c675743c7ea54e5c162d4a5e2839
src/components/map/mapGrid.js
@@ -37,10 +37,10 @@
    };
    mouseTool.on('draw', lastDrawEvent);
    mouseTool.polygon({
      strokeColor: '#FF33FF',
      strokeColor: 'green',
      strokeOpacity: 1,
      strokeWeight: 6,
      fillColor: '#1791fc',
      strokeWeight: 2,
      fillColor: '#fff',
      fillOpacity: 0.4,
      // 线样式还支持 'dashed'
      strokeStyle: 'solid'