- // Unselect previously selected feature
- if (selectedLayer) {
- selectedLayer.setStyle(selectedLayer.originalStyle);
- }
-
- // Redraw in selected style
- layer.originalStyle = { color: layer.options.color, weight: layer.options.weight };
- layer.setStyle({ color: "#0000ff", weight: 8 });
-