Metadata-Version: 1.1
Name: django-geoexplorer-worldmap
Version: 4.0.50
Summary: Use GeoExplorer WorldMap in your django projects
Home-page: https://github.com/cga-harvard/django-geoexplorer
Author: Paolo Corti
Author-email: pcorti@gmail.com
License: LGPL, see LICENSE file.
Download-URL: http://pypi.python.org/pypi/django-geoexplorer-worldmap/
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.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.
        
Platform: UNKNOWN
Classifier: Topic :: Utilities
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 2.7
