Ogre is a web client (service) that translates spatial files into GeoJSON using the ogr2ogr command line tool for use in web applications and frameworks.
You can perform Ogre transformations directly by making a HTTP POST request:
Convert to GeoJSON
http://ogre.adc4gis.com/convert
with the following params:
upload
- the file being uploaded
sourceSrs
(optional) - the original projection
targetSrs
(optional) - the target projection
forcePlainText
(optional) - force `text/plain` instead of `application/json`
rfc7946
(optional) - Create Mapbox-compatible file (RFC7946)
callback
(optional) - a JSONP callback function name
Convert from GeoJSON to Shapefile (or specified format)
http://ogre.adc4gis.com/convertJson
with
one of the following params:
json
- text of the GeoJSON file
jsonUrl
- the URL for a remote GeoJSON file
outputName
(optional) - the name for the resulting file
forceUTF8
(optional) - force utf-8
format
(optional) - File format supported by the
ogr2ogr wrapper
Issues and feature requests can be submitted here and to watch, fork and/or contribute to the project, visit the github page .
"Orc Head" drawing by Jason J. Patterson