mapbox / tilelive-overlay

Render GeoJSON features with simplestyle styles in a tilelive pipeline
ISC License
4 stars 13 forks source link

Fix try/catch scope to apply only to JSON.parse() #24

Closed yhahn closed 7 years ago

yhahn commented 7 years ago

Fixes try/catch scope -- atm is too greedy, triggering an invalid geojson error even for caught errors further down the line.