submarcos / django-vectortiles

Mapbox VectorTiles for django, with PostGIS or Python
https://django-vectortiles.readthedocs.io
MIT License
42 stars 11 forks source link

Add Django Rest Framework Mixins for Viewset / ListAPIView #20

Open submarcos opened 3 years ago

nitrag commented 1 year ago

The DRF documentation is confusing. Can you provide a full example for "Simple Model", implementing DRF ListView?

submarcos commented 1 year ago

Hi. I just add MVTRenderer in code (master) and example in documentation. I will release that later