INSTALLATION

Requirements

  • You need to install geodjango required libraries (See here)

PostGIS 2.4+ backend usage

pip install psycopg2
pip install django-vectortiles

Other database backend usages

pip install django-vectortiles[mapbox]

This will include sub-dependencies to generate vector tiles from mapbox_vector_tiles python library.