Norbert Renner

Results 153 comments of Norbert Renner

Duplicate of #615

1. real-changesets-parser returns undefined instead of a feature when a way has no nodes ([element.js#L27-L30](https://github.com/mapbox/real-changesets-parser/blob/45f63a60ac08d4aa8ec3510dcb73a59fbaa581cc/parsers/element.js#L27-L30)): ```js function createWay(data) { if (data.nodes.length === 0) { return; } ``` (the GeoJSON spec...

@willemarcel thanks for the quick response and checking! > I can see that https://s3.amazonaws.com/mapbox/real-changesets/production/133929698.json has `open: true` yet Actually all wheelmap_visitor changesets, even the working ones, are still flagged as...