makinacorpus / django-leaflet

Use Leaflet in your Django projects
GNU Lesser General Public License v3.0
710 stars 281 forks source link

Optionally load leaflet and leaflet.extras in template #234

Open smoothcriminal78 opened 5 years ago

smoothcriminal78 commented 5 years ago

When i use template tag like this one {% leaflet_js %} or {% leaflet_css %} i got leaflet library of some version as well as leaflet.extras.js. It would be more convenient, i think, if there is an option not to import it automatically. I still want to use {% leaflet_js %} with {% leaflet_css %} and list all my plugins in settings but as i'm having a different versions of both i have to manually list it.

Gagaro commented 5 years ago

Feel free to do a PR about that. I'll gladly review it.