constructor()

in public/js/components/map.js [32:41]


  constructor(props) {
    super(props);

    this._overlaySourceId = 'overlay-source';
    this._overlayFillLayerId = 'overlay-fill-layer';
    this._overlayLineLayerId = 'overlay-line-layer';
    this._overlayFillHighlightId = 'overlay-fill-highlight-layer';
    this._tmsSourceId = 'vector-tms-source';
    this._tmsLayerId = 'vector-tms-layer';
  }