{ "info": { "author": "GeoNode Development Team - Prominent Edge, Terranodo, Boundless Spatial", "author_email": "geonode-devel@lists.osgeo.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Topic :: Utilities" ], "description": "django-exchange-maploom\n==============\n\nThis is a fork of GeoSHAPE Maploom to use with Exchange before changes are added upstream to GeoSHAPE.\n\nA Django wrapper for [MapLoom](https://github.com/boundlessgeo/MapLoom).\n\nInstallation\n------------\nInstall the latest stable version from PIP: \n\n```pip install django-exchange-maploom```\n\nDownload django-maploom and install it directly from source:\n\n```python setup.py install```\n\nProject Configuration\n---------------------\n\nOnce installed you can configure your project to use \ndjango-maploom with the following steps.\n\nAdd ``maploom`` to ``INSTALLED_APPS`` in your project's\n``settings`` module:\n\n INSTALLED_APPS = (\n 'maploom',\n # other apps\n )\n\nUsage\n-----\n\nOnce installed, you can easily add maploom to any template on your site.\n\nFirst load the template tags in your template:\n\n\t{% load maploom_tags %}\n\nIn the `````` section of your html section add the MapLoom js files:\n\n {% maploom_js %}\n\nThen add a map loom map to your page by placing the following tag anywhere in the `````` tags:\n\n\t{% maploom_html %}\n\n\nAdding in GeoNode\n-----------------\nTo use MapLoom as your GeoNode map client, follow the Project Configuration steps above. Next, add the MapLoom urls\nto the bottom of the `urls.py` file in GeoNode and append them to the GeoNode url patterns.\n\n```\nfrom maploom.geonode.urls import urlpatterns as maploom_urls\n\nurlpatterns += maploom_urls\n```\n**Note:** When adding `maploom` to the `INSTALLED_APPS` setting, order matters. Django will return the first template\nit finds that matches a given name, therefore be sure that the MapLoom application precedes the `geonode.maps`\napplication in your `INSTALLED_APPS` setting.", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/ROGUE-JCTD/django-maploom", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ROGUE-JCTD/django-maploom", "keywords": null, "license": "See LICENSE file.", "maintainer": null, "maintainer_email": null, "name": "django-registry-maploom", "package_url": "https://pypi.org/project/django-registry-maploom/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-registry-maploom/", "project_urls": { "Download": "https://github.com/ROGUE-JCTD/django-maploom", "Homepage": "https://github.com/ROGUE-JCTD/django-maploom" }, "release_url": "https://pypi.org/project/django-registry-maploom/1.5.1/", "requires_dist": null, "requires_python": null, "summary": "Use MapLoom in your django projects.", "version": "1.5.1" }, "last_serial": 2265616, "releases": { "1.5.1": [ { "comment_text": "", "digests": { "md5": "1556c1a3e7c4d78cb622d2a43df3b218", "sha256": "d51d2b2ebcfb64a564a33b02194f8aa5c40fbde3b29a29da03b1f3ef3d949a84" }, "downloads": -1, "filename": "django-registry-maploom-1.5.1.tar.gz", "has_sig": false, "md5_digest": "1556c1a3e7c4d78cb622d2a43df3b218", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1399936, "upload_time": "2016-08-06T13:17:01", "url": "https://files.pythonhosted.org/packages/82/4a/742dbc3aadba3e6833060488681b39ca27ab6da7d355bb4d93f1cdd6d31c/django-registry-maploom-1.5.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1556c1a3e7c4d78cb622d2a43df3b218", "sha256": "d51d2b2ebcfb64a564a33b02194f8aa5c40fbde3b29a29da03b1f3ef3d949a84" }, "downloads": -1, "filename": "django-registry-maploom-1.5.1.tar.gz", "has_sig": false, "md5_digest": "1556c1a3e7c4d78cb622d2a43df3b218", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1399936, "upload_time": "2016-08-06T13:17:01", "url": "https://files.pythonhosted.org/packages/82/4a/742dbc3aadba3e6833060488681b39ca27ab6da7d355bb4d93f1cdd6d31c/django-registry-maploom-1.5.1.tar.gz" } ] }