Opened 9 years ago

Closed 7 years ago

Last modified 7 years ago

#25004 closed New feature (fixed)

Add an OpenLayers 3 compatible map widget

Reported by: Claude Paroz Owned by: nobody
Component: GIS Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

OpenLayers 3 is out now from some time, and I think Django should support it.

Change History (13)

comment:2 by Tim Graham, 9 years ago

Patch needs improvement: set
Triage Stage: UnreviewedAccepted

comment:3 by Claude Paroz, 9 years ago

Patch needs improvement: unset

comment:4 by Tim Graham, 9 years ago

Needs documentation: set

comment:5 by Claude Paroz, 8 years ago

I'm a bit disappointed to miss the 1.10 new feature deadline only because of test issues, but I'm stuck on those issues :-( (see the PR).

comment:6 by Claude Paroz, 7 years ago

Needs documentation: unset

Back on track...

comment:7 by Claude Paroz, 7 years ago

I opened #27674 to track deprecation and removal of the legacy OpenLayers 2-based ModelAdmin subclasses.

comment:8 by Tim Graham, 7 years ago

Triage Stage: AcceptedReady for checkin

comment:9 by Claude Paroz <claude@…>, 7 years ago

Resolution: fixed
Status: newclosed

In 2ebfda38:

Fixed #25004 -- Updated OpenLayers-based widget to OpenLayers 3

Thanks Tim Graham for the review.

comment:10 by Claude Paroz <claude@…>, 7 years ago

In fdb2309:

Refs #25004 -- Replaced PNGs with SVGs

comment:11 by Tim Graham <timograham@…>, 7 years ago

In 946dd5bd:

Refs #25004 -- Fixed test failure introduced by OpenLayers 3 update.

comment:12 by Tim Graham <timograham@…>, 7 years ago

In 93eca97:

Fixed #27939 -- Updated OpenLayersWidget.map_srid for OpenLayers 3.

Regression in 2ebfda38e65177dfc7d6e90457ffa4a0fa2796f0 (refs #25004).

comment:13 by Tim Graham <timograham@…>, 7 years ago

In c548dba4:

[1.11.x] Fixed #27939 -- Updated OpenLayersWidget.map_srid for OpenLayers 3.

Regression in 2ebfda38e65177dfc7d6e90457ffa4a0fa2796f0 (refs #25004).

Backport of 93eca976c15dceaf445ab4739bb2f635a2021db0 from master

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