Skip to content

wfp-ose/django-geoexplorer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-geoexplorer allows you to use GeoExplorer in your Django projects.

This is just packaging work for the boundless suite client sdk.

The releases will be done loosely based on the suite releases but the minor version numbers may not match.

INSTALL

pip install django-geoexplorer

USAGE

  • Add geoexplorer to your INSTALLED_APPS

AUTHORS

DEVELOPERS

git clone http://github.com/GeoNode/suite.git
cd suite
git submodule update --init
cd ../
git clone http://github.com/GeoNode/django-geoxplorer.git
cp -R suite/geoexplorer/target/geoexplorer/WEB-INF/app/static/* django-geoexplorer/geoexplorer/static/
cd django-geoexplorer
git add geoexplorer/static
vim setup.py  # update the version number
git add setup.py
git commit -m "Commit committed, a new release was needed because the other one was old."
git push origin master
python setup.py sdist upload

LICENSE

  • Lesser GNU Public License
  • OpenGeo Suite License - GPL

About

Use GeoExplorer in your Django projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.6%
  • CSS 6.4%