Closed toolness closed 5 years ago
I think it might be best to just crib off django.contrib.gis.admin
and making our own widget here that also cribs off the nyc-local-resources-server-prototype and uses Mapbox to display a region along with an optional point. This will be more usable than the built-in GeoDjango solution since we can display both things in the same map.
This has been resolved by #463.
Ugh, it looks like it not only uses
cdnjs.cloudflare.com
but also has inline scripts in it. It kind of sucks anyways so we might just want to roll our own that uses mapbox instead. Unlike the default widget it's actually better for it to be read-only, too.