You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it uses standard fs.readFileSync and JSON.parse but that will fail on big JSON files. Replace this with tools like big-json to handle larger (Geo)JSON files.
The text was updated successfully, but these errors were encountered:
Currently it uses standard
fs.readFileSync
andJSON.parse
but that will fail on big JSON files. Replace this with tools likebig-json
to handle larger (Geo)JSON files.The text was updated successfully, but these errors were encountered: