The web interface for GeoDigger, which allows filtering of GeoDigger information.
python setup.py install
First, copy config.example.py
to config.py
in the geodiggerui
folder and set up the configuration variables.
To use Pyramid's built-in development server, run
pserve development.ini
Browse to http://localhost:8080/ to see the frontend.
Note: pserve should NOT be used in a production environment. Instead,
set up nginx or Apache with a wsgi
module to serve the site.
GeoDiggerUI does not recognize polygons within polygons as areas of exclusion, even though they are displayed that way by the map component. Instead, a point will be treated as inside the target area if it falls within any of the included areas in the GeoJSON polygon.