Opened 15 years ago

Closed 13 years ago

Last modified 13 years ago

#10854 closed Bug (duplicate)

geos required in django.contrib.gis.maps.google.gmap

Reported by: skam Owned by: nobody
Component: GIS Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Design decision needed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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)

comment:1 by skam, 15 years ago

looks like geos is required by overlays, but I really think that basic mapping should be suitable for server environments without geos extensions installed

comment:2 by skam, 15 years ago

milestone: 1.1

comment:3 by skam, 15 years ago

Summary: unused geos module import in django.contrib.gis.maps.google.gmapgeos required in django.contrib.gis.maps.google.gmap

comment:4 by Alex Gaynor, 15 years ago

Triage Stage: UnreviewedDesign decision needed

comment:5 by Chris Beaven, 13 years ago

Severity: Normal
Type: Bug

comment:6 by John Paulett, 13 years ago

Easy pickings: unset
milestone: 1.4
Resolution: duplicate
Status: newclosed
UI/UX: unset

Unused geos import removed in [16539] (part of general cleanup of unused imports, #16225)

comment:7 by Jacob, 13 years ago

milestone: 1.4

Milestone 1.4 deleted

Note: See TracTickets for help on using tickets.
Back to Top