wavded / ogre

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

Added parsing of the following options: 'format', 'timeout', 'skipfailures' #30

Closed fatisar closed 9 years ago

wavded commented 9 years ago

Thanks for the pull, I'm parsing it ATM. It would be a breaking change to set skipfailures to be false by default.

wavded commented 9 years ago

Skip failures is now part of the core API and web interface. I could see adding a timeout parameter still. Specifying a format is out of scope for this module as its intentionally for GeoJSON. However, its pretty easy to spin up your own using the ogr2ogr module directly.

If you wanted to write a patch for the timeout functionality against master, feel free. Closing this pull.