diff --git a/src/ol/style/strokesymbolizer.js b/src/ol/style/strokesymbolizer.js index 610c79fc4e..1c3c5605b1 100644 --- a/src/ol/style/strokesymbolizer.js +++ b/src/ol/style/strokesymbolizer.js @@ -202,17 +202,3 @@ ol.style.StrokeDefaults = { width: 1.5, zIndex: 0 }; - - -/** - * @typedef {{color: string, - * opacity: number, - * width: number, - * zIndex: number}} - */ -ol.style.StrokeDefaultsSelect = { - color: '#696969', - opacity: 0.9, - width: 2.0, - zIndex: 0 -};