Home
Softono

Ogre

Open source MIT HTML
267
Stars
80
Forks
1
Issues
18
Watchers
1 year
Last Commit

 About Ogre

ogr2ogr geojson-focused web client

Platforms

Web Self-hosted

Languages

HTML

Need Help Installing Ogre?

We provide expert installation service for this software. Our team will install, configure, and secure Ogre on your server. plans start at just $30.

build NPM NPM Downloads

Ogre is a web frontend and API for the ogr2ogr module. See a live demo here.

Installation

  1. Install GDAL tools (includes the ogr2ogr command line tool)

  2. Install package:

npm install -g ogre

Usage

To run the app:

ogre -p 3000

Then visit http://localhost:3000 in a your favorite browser.

Options include:

Usage: ogre [options]

Options:
 -h, --help      help
 -p, --port      port number (default 3000)
 -v, --version   version number
 -t, --timeout   timeout before ogre kills a job in ms (default 15000)
 -l, --limit     byte limit for uploads (default 50000000)