hasStroke()

in src/app/map/map.component.ts [279:284]


  hasStroke() {
    return this._activeGeometryTypes.has('LineString')
      || this._activeGeometryTypes.has('MultiLineString')
      || this._activeGeometryTypes.has('Polygon')
      || this._activeGeometryTypes.has('MultiPolygon');
  }