Skip to main content

Use MapLoom in your django projects.

Project description

django-maploom
==============

A Django wrapper for [MapLoom](https://github.com/ROGUE-JCTD/MapLoom).

Installation
------------
Install the latest stable version from PIP:

```pip install django-maploom```

Download django-maploom and install it directly from source:

```python setup.py install```

Project Configuration
---------------------

Once installed you can configure your project to use
django-maploom with the following steps.

Add ``maploom`` to ``INSTALLED_APPS`` in your project's
``settings`` module:

INSTALLED_APPS = (
'maploom',
# other apps
)

Usage
-----

Once installed, you can easily add maploom to any template on your site.

First load the template tags in your template:

{% load maploom_tags %}

In the ```<head>``` section of your html section add the MapLoom js files:

{% maploom_js %}

Then add a map loom map to your page by placing the following tag anywhere in the ```<body>``` tags:

{% maploom_html %}


Adding in GeoNode
-----------------
To use MapLoom as your GeoNode map client, follow the Project Configuration steps above. Next, add the MapLoom urls
to the bottom of the `urls.py` file in GeoNode and append them to the GeoNode url patterns.

```
from maploom.geonode.urls import urlpatterns as maploom_urls

urlpatterns += maploom_urls
```
**Note:** When adding `maploom` to the `INSTALLED_APPS` setting, order matters. Django will return the first template
it finds that matches a given name, therefore be sure that the MapLoom application precedes the `geonode.maps`
application in your `INSTALLED_APPS` setting.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-maploom-1.3.0.tar.gz (1.3 MB view details)

Uploaded Source

File details

Details for the file django-maploom-1.3.0.tar.gz.

File metadata

File hashes

Hashes for django-maploom-1.3.0.tar.gz
Algorithm Hash digest
SHA256 9260547fd82bac035cae28fc2b3c40864ab2e5f00fd636b26b5721941cda5813
MD5 196a51ecaa4090ed07a4f3d166d7a3e1
BLAKE2b-256 ad23a1c1eaa7eacc1218dc41b255d0d79638ea21a36c5616a5c3a55f09714b7d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page