Opened 8 years ago

Closed 8 years ago

Last modified 4 years ago

#26697 closed Cleanup/optimization (fixed)

Drop django.contrib.gis.maps?

Reported by: Ramiro Morales Owned by: nobody
Component: GIS Version: dev
Severity: Normal Keywords: maps gmaps gis
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Change History (5)

comment:1 by Claude Paroz, 8 years ago

Triage Stage: UnreviewedAccepted

Sure, better remove it than let a completely unmaintained code path.

comment:2 by Tim Graham, 8 years ago

There is a also bug fix commit in 2014: e7e3435b4d0d409aa98a66d2d7961f7541d19f9f.

While the default version uses version 2 of the Google Maps API, there's a hook for customizing the version so it's not clear to me that the code is completely incompatible with the newest version of the API -- did you test it?

Last edited 8 years ago by Tim Graham (previous) (diff)

comment:3 by Tim Graham, 8 years ago

Has patch: set

I've closed the ticket to update this to the new version of the maps API (#14284) but will include a link to that ticket in the release notes so if anyone is using this, they can alert us.

PR for removal.

comment:4 by Tim Graham <timograham@…>, 8 years ago

Resolution: fixed
Status: newclosed

In 5a51b44:

Fixed #26697 -- Removed contrib.gis.maps.

comment:5 by GitHub <noreply@…>, 4 years ago

In a7a4ff10:

Refs #26697 -- Removed empty gis_tests.maps.

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