Skip to content

planetfederal/usgs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

USGS National Map Editor

Setup

Clone the repository.

git://github.com/opengeo/usgs.git

Debug Mode

Loads all scripts uncompressed.

ant init
ant debug

This will give you an application available at http://localhost:8080/ by default. You only need to run ant init once (or any time dependencies change).

Prepare App for Deployment

To create a servlet run the following:

ant

The servlet will be assembled in the build directory.

Packages

No packages published

Languages