We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug on ./live.js 16/34823/32358
./live.js 16/34823/32358
Which yields:
/mnt/data/tiles/live.js:68 var data = output_vt.toGeoJSON(0); ^ TypeError: Zero-based layer index '0' not valid, no layers found in map at /mnt/data/tiles/live.js:68:26 at Gunzip.onEnd (zlib.js:166:5) at Gunzip.EventEmitter.emit (events.js:117:20) at _stream_readable.js:920:16 at process._tickCallback (node.js:415:13)
Current stopgag is to catch the error https://github.com/brunosan/osm-tracing-candidates/blob/master/live.js#L75
catch
The text was updated successfully, but these errors were encountered:
Solution can be to add a check with
output_vt.names().length==0
Sorry, something went wrong.
No branches or pull requests
Bug on
./live.js 16/34823/32358
Which yields:
Current stopgag is to
catch
the error https://github.com/brunosan/osm-tracing-candidates/blob/master/live.js#L75The text was updated successfully, but these errors were encountered: