wavded / ogre

ogr2ogr geojson-focused web client
http://ogre.adc4gis.com
MIT License
266 stars 79 forks source link

Stdout maxbuffer length exceeded while converting to geojson #97

Closed skarthikeyan96 closed 3 years ago

skarthikeyan96 commented 3 years ago

Problem:

When we tried to convert kml file to geojson , we got response from the api stating stdout maxbuffer length exceeded.

Expected Solution:

KML file should have been converted to geojson

image

wavded commented 3 years ago

Looks like the limit is 200kb currently. I'll see if we can bump that up.

wavded commented 3 years ago

This limit has been bumped up. Reopen if still an issue.

skarthikeyan96 commented 3 years ago

Awesome @wavded thank you