polyline
stroke feature - image 아니라 stroke
OpenLayers Smoothing LineStringfunction makeStyle() { /** * @summary - Make Diverse Style * @function */ let styles = {} let lBlueI = new Stroke({ color: BLUE, width: DFT_WIDTH }) styles = { strokeBlue: new Style({ stroke: lBlueI }) } return styles }
