django-leaflet icon indicating copy to clipboard operation
django-leaflet copied to clipboard

Touch

Open ouhouhsami opened this issue 10 years ago • 2 comments

Hi,

I just made a very dirty patch https://github.com/ouhouhsami/django-leaflet to integrate touch support from https://github.com/Leaflet/Leaflet.draw/pull/285 (PR which has not been merged yet)

Could be great to be able to externalize javascript leaftlet code in django-leaflet, or, at least, being able to reference custom build of leaflet and leaflet.draw.

Cheers

ouhouhsami avatar Mar 31 '15 08:03 ouhouhsami

Holà Samuel ! Thanks for your feedback :) Feel free to contribute what you have in mind through a pull request! We'll discuss it with some code :)

Otherwise... I'm wondering: can't you do it by overriding the static files with the same folder/name in your project ? How other django apps do ?

leplatrem avatar Apr 01 '15 19:04 leplatrem

Totally. You are right. Forgot about that. Thx.

ouhouhsami avatar Apr 02 '15 22:04 ouhouhsami