You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having an issue with GeoDjango maps on the admin interface when using Django Jet Reboot. The maps are registered on the admin using django.contrib.gis.admin.OSMGeoAdmin, and they display correctly on the default admin interface. However, when using Django Jet Reboot, the map is just blank.
Steps to reproduce
Register the maps on the admin using OSMGeoAdmin
View the maps on the default admin interface
Switch to Django Jet Reboot and view the maps on the admin interface
Expected behavior
The maps should display correctly on the admin interface when using Django Jet Reboot, just like they do on the default admin interface.
Actual behavior
When using Django Jet Reboot, the maps are just blank on the admin interface.
Additional information
Django version: 3.2.6
Django Jet Reboot version: 1.3.3
If anyone has experienced this issue or has any suggestions for how to fix it, please let me know! Thank you in advance for any help.
The text was updated successfully, but these errors were encountered:
I'm having an issue with GeoDjango maps on the admin interface when using Django Jet Reboot. The maps are registered on the admin using
django.contrib.gis.admin.OSMGeoAdmin
, and they display correctly on the default admin interface. However, when using Django Jet Reboot, the map is just blank.Steps to reproduce
Expected behavior
The maps should display correctly on the admin interface when using Django Jet Reboot, just like they do on the default admin interface.
Actual behavior
When using Django Jet Reboot, the maps are just blank on the admin interface.
Additional information
If anyone has experienced this issue or has any suggestions for how to fix it, please let me know! Thank you in advance for any help.
The text was updated successfully, but these errors were encountered: