_getOverlayLayerIds()

in public/js/components/map.js [76:78]


  _getOverlayLayerIds() {
    return [this._overlayFillLayerId, this._overlayLineLayerId, this._overlayFillHighlightId];
  }