geos required in django.contrib.gis.maps.google.gmap
I am trying to use the GoogleMap object into a project view that doesn't need to have the geos module installed, so that module import is not required.
Change History
(7)
| Summary: |
unused geos module import in django.contrib.gis.maps.google.gmap → geos required in django.contrib.gis.maps.google.gmap
|
| Triage Stage: |
Unreviewed → Design decision needed
|
| Severity: |
→ Normal
|
| Type: |
→ Bug
|
| Easy pickings: |
unset
|
| milestone: |
→ 1.4
|
| Resolution: |
→ duplicate
|
| Status: |
new → closed
|
| UI/UX: |
unset
|
looks like geos is required by overlays, but I really think that basic mapping should be suitable for server environments without geos extensions installed