* _rebuildIndex * Rebuilds the whichPolygon index with whatever features have been resolved into GeoJSON.
()
| 226 | * Rebuilds the whichPolygon index with whatever features have been resolved into GeoJSON. |
| 227 | */ |
| 228 | _rebuildIndex() { |
| 229 | this._wp = whichPolygon({ features: [...this._resolved.values()] }); |
| 230 | this.emit('locationchange'); |
| 231 | } |
| 232 | |
| 233 | |
| 234 | /** |
no test coverage detected