Use GeoExplorer WorldMap in your django projects
Project description
*django-geoexplorer* allows you to use `GeoExplorer <http://opengeo.org>`_
in your `Django <https://www.djangoproject.com>`_ 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-worldmap
=====
USAGE
=====
* Add ``geoexplorer-worldmap`` to your ``INSTALLED_APPS``
=======
AUTHORS
=======
* Ariel Núñez <http://ingenieroariel.com>
* Paolo Corti <http://paolocorti.net>
==========
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
===================
GeoExplorer Sources
===================
::
git clone https://github.com/GeoNode/geoexplorer.git
cd geoexplorer
git checkout geonode-geoexplorer
ant war
cp -R suite/geoexplorer/target/geoexplorer/WEB-INF/app/static/* django-geoexplorer/geoexplorer/static/
=======
LICENSE
=======
* Lesser GNU Public License
* OpenGeo Suite License - GPL
=========
CHANGELOG
=========
4.0.63 (2019-02-22)
===================
* Fix a problem with WFS identify which prevented to display feature IDs
* Remove the style editor from the properties widget as it is redundant
Source code:
https://github.com/cga-harvard/geoexplorer-worldmap-client/commit/2b6692238786f7dd90104e347791f5bad8287a19
4.0.62 (2019-01-17)
===================
* Include key for request to Tianditu map baselayers
Source code:
https://github.com/cga-harvard/geoexplorer-worldmap-client/commit/56acbf65fe6e929db6e3412eab4e61b16d345c3f
4.0.60 (2018-12-05)
===================
* fix an invalid url in login form in mapcomposer
Source code:
https://github.com/cga-harvard/geoexplorer-worldmap-client/commit/38a6f7fc0afab3d09bf6a5a92506d01c6984d052
4.0.60 (2018-11-27)
===================
* include a couple of missing icons
Source code:
https://github.com/cga-harvard/geoexplorer-worldmap-client/commit/e1787443ff6d74b4ffeef70740a46cb9e24a7a10
4.0.58 (2018-11-27)
===================
* use correct layer_username fields in Solr search
Source code:
https://github.com/cga-harvard/geoexplorer-worldmap-client/commit/33d474e89a673a81aa72eab12b3a9d5165e6aa68
4.0.57 (2018-11-26)
===================
* Refactored the service type dropdown list - now these are the possible choices: 1) All layers 2) My Layers 3) WorldMap Layers 4) Remote Service Layers
Source code:
https://github.com/cga-harvard/geoexplorer-worldmap-client/commit/e86e4ae03bfa978fdc304465654fe11f04212d7b
4.0.54 (2018-11-16)
===================
* Identify now works for layers added from the search interface
Source code:
https://github.com/cga-harvard/geoexplorer-worldmap-client/commit/dfc0e66bcdc048db73b3b9c3153aaf7b6a1b4995
4.0.53 (2018-11-13)
===================
* Now the "layers list" tab is correctly working in both existing and new maps
* Layers added from the "layers list" tab are correctly handled as local
Source code:
https://github.com/cga-harvard/geoexplorer-worldmap-client/tree/ed06b5c76250e7649e9ee043b8c200bcb569d1a6
4.0.52 (2018-11-12)
===================
* Improvements on the gazetteer tool: external services can be set from the template
* Enable the enter key in the search text field
* Fixes a problem with icons path
Source code:
https://github.com/cga-harvard/geoexplorer-worldmap-client/tree/04e23d5bbcc59b0db9998b8c5bc0068e7b615015
4.0.51 (2018-11-02)
===================
* Fixes the identify tool: will use WFS only when user has download permissions on the layer
Source code:
https://github.com/cga-harvard/geoexplorer-worldmap-client/tree/5211fe4d4d63d423a8558215792a17a0d0748a28
4.0.50 (2018-11-02)
===================
* Fixes a subtle problem with identify which was preventing the tool to work with some of the layers
Source code:
https://github.com/cga-harvard/geoexplorer-worldmap-client/tree/4d57b13b0fa482769ad858c006d2a3ba643a3caa
4.0.49 (2018-11-02)
===================
* Re-enable "Layers" widget
* Remove "beta" from search widget
* Make identify working for layers accessed anonymously
Source code:
https://github.com/cga-harvard/geoexplorer-worldmap-client/tree/ed66866853ccef031939c4f4fa6b1bd165da0ec2
4.0.48 (2018-05-31)
===================
* Change 'About us' button in 'About' and remove the 'External Data' tab.
4.0.47 (2018-05-31)
===================
* By default disable Hypermap features
4.0.44 (2018-05-22)
===================
* Update for running the client in GeoNode 2.7.x with the WorldMap contrib applications
4.0.2 (2014-03-04)
==================
* Updated to the GeoExplorer 4.0.2 from the Boundless Suite, using this fork
(where it was included the MousePosition.js OpenLayers control):
https://github.com/capooti/suite
3.0.1.dev84743c7 (2013-01-10)
==================
* Initial working version, forked django-leaflet and made the appropriate changes.
in your `Django <https://www.djangoproject.com>`_ 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-worldmap
=====
USAGE
=====
* Add ``geoexplorer-worldmap`` to your ``INSTALLED_APPS``
=======
AUTHORS
=======
* Ariel Núñez <http://ingenieroariel.com>
* Paolo Corti <http://paolocorti.net>
==========
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
===================
GeoExplorer Sources
===================
::
git clone https://github.com/GeoNode/geoexplorer.git
cd geoexplorer
git checkout geonode-geoexplorer
ant war
cp -R suite/geoexplorer/target/geoexplorer/WEB-INF/app/static/* django-geoexplorer/geoexplorer/static/
=======
LICENSE
=======
* Lesser GNU Public License
* OpenGeo Suite License - GPL
=========
CHANGELOG
=========
4.0.63 (2019-02-22)
===================
* Fix a problem with WFS identify which prevented to display feature IDs
* Remove the style editor from the properties widget as it is redundant
Source code:
https://github.com/cga-harvard/geoexplorer-worldmap-client/commit/2b6692238786f7dd90104e347791f5bad8287a19
4.0.62 (2019-01-17)
===================
* Include key for request to Tianditu map baselayers
Source code:
https://github.com/cga-harvard/geoexplorer-worldmap-client/commit/56acbf65fe6e929db6e3412eab4e61b16d345c3f
4.0.60 (2018-12-05)
===================
* fix an invalid url in login form in mapcomposer
Source code:
https://github.com/cga-harvard/geoexplorer-worldmap-client/commit/38a6f7fc0afab3d09bf6a5a92506d01c6984d052
4.0.60 (2018-11-27)
===================
* include a couple of missing icons
Source code:
https://github.com/cga-harvard/geoexplorer-worldmap-client/commit/e1787443ff6d74b4ffeef70740a46cb9e24a7a10
4.0.58 (2018-11-27)
===================
* use correct layer_username fields in Solr search
Source code:
https://github.com/cga-harvard/geoexplorer-worldmap-client/commit/33d474e89a673a81aa72eab12b3a9d5165e6aa68
4.0.57 (2018-11-26)
===================
* Refactored the service type dropdown list - now these are the possible choices: 1) All layers 2) My Layers 3) WorldMap Layers 4) Remote Service Layers
Source code:
https://github.com/cga-harvard/geoexplorer-worldmap-client/commit/e86e4ae03bfa978fdc304465654fe11f04212d7b
4.0.54 (2018-11-16)
===================
* Identify now works for layers added from the search interface
Source code:
https://github.com/cga-harvard/geoexplorer-worldmap-client/commit/dfc0e66bcdc048db73b3b9c3153aaf7b6a1b4995
4.0.53 (2018-11-13)
===================
* Now the "layers list" tab is correctly working in both existing and new maps
* Layers added from the "layers list" tab are correctly handled as local
Source code:
https://github.com/cga-harvard/geoexplorer-worldmap-client/tree/ed06b5c76250e7649e9ee043b8c200bcb569d1a6
4.0.52 (2018-11-12)
===================
* Improvements on the gazetteer tool: external services can be set from the template
* Enable the enter key in the search text field
* Fixes a problem with icons path
Source code:
https://github.com/cga-harvard/geoexplorer-worldmap-client/tree/04e23d5bbcc59b0db9998b8c5bc0068e7b615015
4.0.51 (2018-11-02)
===================
* Fixes the identify tool: will use WFS only when user has download permissions on the layer
Source code:
https://github.com/cga-harvard/geoexplorer-worldmap-client/tree/5211fe4d4d63d423a8558215792a17a0d0748a28
4.0.50 (2018-11-02)
===================
* Fixes a subtle problem with identify which was preventing the tool to work with some of the layers
Source code:
https://github.com/cga-harvard/geoexplorer-worldmap-client/tree/4d57b13b0fa482769ad858c006d2a3ba643a3caa
4.0.49 (2018-11-02)
===================
* Re-enable "Layers" widget
* Remove "beta" from search widget
* Make identify working for layers accessed anonymously
Source code:
https://github.com/cga-harvard/geoexplorer-worldmap-client/tree/ed66866853ccef031939c4f4fa6b1bd165da0ec2
4.0.48 (2018-05-31)
===================
* Change 'About us' button in 'About' and remove the 'External Data' tab.
4.0.47 (2018-05-31)
===================
* By default disable Hypermap features
4.0.44 (2018-05-22)
===================
* Update for running the client in GeoNode 2.7.x with the WorldMap contrib applications
4.0.2 (2014-03-04)
==================
* Updated to the GeoExplorer 4.0.2 from the Boundless Suite, using this fork
(where it was included the MousePosition.js OpenLayers control):
https://github.com/capooti/suite
3.0.1.dev84743c7 (2013-01-10)
==================
* Initial working version, forked django-leaflet and made the appropriate changes.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-geoexplorer-worldmap-4.0.63.tar.gz
.
File metadata
- Download URL: django-geoexplorer-worldmap-4.0.63.tar.gz
- Upload date:
- Size: 4.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.23.3 CPython/2.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1cab0611217fd9f485fcc82fca1e4dcf5d4280a9a1f4b514de418a696f90998a |
|
MD5 | 6bb78fa6ceae8086331029b37b411581 |
|
BLAKE2b-256 | eabfc1bd32a717a05980b582718c913f5c69f77e8c6ec3b0cf8b6616dcdf7bcc |