In this section of map-filter.js the code is trying to access a variable buffer inside an if block checking for feature.properties.inverted however buffer is defined as a var in the if block above it, so there's a condition in which buffer is undefined and trying to access buffer.width would yield a Javascript TyperError
In this section of
map-filter.jsthe code is trying to access a variablebufferinside anifblock checking forfeature.properties.invertedhoweverbufferis defined as avarin theifblock above it, so there's a condition in whichbufferis undefined and trying to accessbuffer.widthwould yield a JavascriptTyperError