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
Hi guys, I downloaded this plugin because I wanted to open a big (1 GB) geojson file. There're many online browser-based geojson editor, I've chosen Atom because I thought I'll be able to open bigger files that the browser can't handle.
[Enter steps to reproduce:]
Open a big geojson file to edit
CTRL + ALT + O
Atom: 1.42.0 x64 Electron: 4.2.7 OS: Microsoft Windows 10 Pro Thrown From: geo-editor package 0.2.1
Stack Trace
Uncaught Error: This buffer's content is too large to fit into a string.
Consider using APIs like getTextInRange to access the data you need.
At C:\Users\pitt\AppData\Local\atom\app-1.42.0\resources\app\static\<embedded>:11
Error: This buffer's content is too large to fit into a string.
Consider using APIs like `getTextInRange` to access the data you need.
at TextBuffer.getText (~/AppData/Local/atom/app-1.42.0/resources/app/static/<embedded>:11:486468)
at TextEditor.getText (~/AppData/Local/atom/app-1.42.0/resources/app/static/<embedded>:11:12850)
at GeoEditorView.updateMap (/packages/geo-editor/lib/geo-editor-view.js:163:33)
at Object.toggle (/packages/geo-editor/lib/geo-editor.js:46:26)
at HTMLElement.geoEditorToggle (/packages/geo-editor/lib/geo-editor.js:24:39)
at CommandRegistry.handleCommandEvent (~/AppData/Local/atom/app-1.42.0/resources/app/static/<embedded>:11:349385)
at KeymapManager.dispatchCommandEvent (~/AppData/Local/atom/app-1.42.0/resources/app/static/<embedded>:11:1252387)
at KeymapManager.handleKeyboardEvent (~/AppData/Local/atom/app-1.42.0/resources/app/static/<embedded>:11:1248521)
at WindowEventHandler.handleDocumentKeyEvent (~/AppData/Local/atom/app-1.42.0/resources/app/static/<embedded>:11:284591)
Hi guys, I downloaded this plugin because I wanted to open a big (1 GB) geojson file. There're many online browser-based geojson editor, I've chosen Atom because I thought I'll be able to open bigger files that the browser can't handle.
[Enter steps to reproduce:]
Atom: 1.42.0 x64
Electron: 4.2.7
OS: Microsoft Windows 10 Pro
Thrown From: geo-editor package 0.2.1
Stack Trace
Uncaught Error: This buffer's content is too large to fit into a string.
Consider using APIs like
getTextInRange
to access the data you need.Commands
Non-Core Packages
The text was updated successfully, but these errors were encountered: