Django model to store and serve mapbox base layer config
Project description
Django model and view to store, generate and serve configuration for MapBox GL JS map base layer
Getting started
Installation
Install it in your project like any dependency
pip install django-mapbox-baselayer
Usage
Declare django-mapbox-baselayer in the INSTALLED_APPS
# settings.py
INSTALLED_APPS = [
# ... other django apps
"mapbox_baselayer",
]
For Mapbox base layers, you do not need to describe the tiles with the BaseLayerTile
object, but an url is mandatory.
For Raster base layers, is it necessary to create a BaseLayerTile
for each url (a.tiles.xxx
, b.tiles.xxx
, etc ...)
Tile size should be 256 for raster and 512 for vector.
Commands
OSM base layer
./manage.py install_osm_baselayer
OpenTopoMap base layer
./manage.py install_opentopomap_baselayer
========= CHANGELOG
0.0.7 (2020-10-30)
- Admin is now registered by default. Delete enabling code in your project.
- Set default mapbox glyphs to avoid map style problems on raster based layer
- Add commands to create OSM and OpenTopoMap base layers
0.0.6 (2020-09-09)
- Support django 3.1
0.0.5 (2020-06-03)
- Fix translations
0.0.4 (2019-12-04)
- Allow using map_box_url to store vector external json
0.0.3 (2019-12-03)
- add tile Size option for raster layers
- add attribution option for all layers
- Add real_url property to model MapBaseLayer, to get real url for mapbox styles
- fix MapBaseLayer deletion
- Enable fr translation
0.0.2 (2019-11-29)
- Increase tile url max size
0.0.1 (2019-11-25)
- First release
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
Close
Hashes for django-mapbox-baselayer-0.0.7.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f019fde9fc0c303e4615bd46e96fe655884f0f1242e3b395bdc05d1b209218fc |
|
MD5 | 65242ea606bdab35629b08c5f5ea4e95 |
|
BLAKE2b-256 | d8ea9a88925c2ba79d155ebd209635a87b12fad2d34eb729bf84792456d10ec9 |