[Django] #25004: Add an OpenLayers 3 compatible map widget

23 views
Skip to first unread message

Django

unread,
Jun 19, 2015, 4:15:24 AM6/19/15
to django-...@googlegroups.com
#25004: Add an OpenLayers 3 compatible map widget
---------------------------------------+------------------------
Reporter: claudep | Owner: nobody
Type: New feature | Status: new
Component: GIS | Version: master
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
---------------------------------------+------------------------
OpenLayers 3 is out now from some time, and I think Django should support
it.

--
Ticket URL: <https://code.djangoproject.com/ticket/25004>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Jun 19, 2015, 4:17:02 AM6/19/15
to django-...@googlegroups.com
#25004: Add an OpenLayers 3 compatible map widget
-----------------------------+--------------------------------------

Reporter: claudep | Owner: nobody
Type: New feature | Status: new
Component: GIS | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage: Unreviewed
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-----------------------------+--------------------------------------
Changes (by claudep):

* has_patch: 0 => 1


Comment:

https://github.com/django/django/pull/4889

--
Ticket URL: <https://code.djangoproject.com/ticket/25004#comment:1>

Django

unread,
Jun 19, 2015, 11:43:55 AM6/19/15
to django-...@googlegroups.com
#25004: Add an OpenLayers 3 compatible map widget
-----------------------------+------------------------------------

Reporter: claudep | Owner: nobody
Type: New feature | Status: new
Component: GIS | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1

Easy pickings: 0 | UI/UX: 0
-----------------------------+------------------------------------
Changes (by timgraham):

* needs_better_patch: 0 => 1
* stage: Unreviewed => Accepted


--
Ticket URL: <https://code.djangoproject.com/ticket/25004#comment:2>

Django

unread,
Jun 25, 2015, 5:27:11 PM6/25/15
to django-...@googlegroups.com
#25004: Add an OpenLayers 3 compatible map widget
-----------------------------+------------------------------------

Reporter: claudep | Owner: nobody
Type: New feature | Status: new
Component: GIS | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-----------------------------+------------------------------------
Changes (by claudep):

* needs_better_patch: 1 => 0


--
Ticket URL: <https://code.djangoproject.com/ticket/25004#comment:3>

Django

unread,
Jun 30, 2015, 10:40:05 AM6/30/15
to django-...@googlegroups.com
#25004: Add an OpenLayers 3 compatible map widget
-----------------------------+------------------------------------

Reporter: claudep | Owner: nobody
Type: New feature | Status: new
Component: GIS | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 1

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-----------------------------+------------------------------------
Changes (by timgraham):

* needs_docs: 0 => 1


--
Ticket URL: <https://code.djangoproject.com/ticket/25004#comment:4>

Django

unread,
May 15, 2016, 9:01:41 AM5/15/16
to django-...@googlegroups.com
#25004: Add an OpenLayers 3 compatible map widget
-----------------------------+------------------------------------

Reporter: claudep | Owner: nobody
Type: New feature | Status: new
Component: GIS | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 1
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-----------------------------+------------------------------------

Comment (by claudep):

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).

--
Ticket URL: <https://code.djangoproject.com/ticket/25004#comment:5>

Django

unread,
Jan 2, 2017, 11:19:42 AM1/2/17
to django-...@googlegroups.com
#25004: Add an OpenLayers 3 compatible map widget
------------------------------+------------------------------------
Reporter: Claude Paroz | Owner: nobody

Type: New feature | Status: new
Component: GIS | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
------------------------------+------------------------------------
Changes (by Claude Paroz):

* needs_docs: 1 => 0


Comment:

Back on track...

--
Ticket URL: <https://code.djangoproject.com/ticket/25004#comment:6>

Django

unread,
Jan 2, 2017, 11:57:23 AM1/2/17
to django-...@googlegroups.com
#25004: Add an OpenLayers 3 compatible map widget
------------------------------+------------------------------------
Reporter: Claude Paroz | Owner: nobody

Type: New feature | Status: new
Component: GIS | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
------------------------------+------------------------------------

Comment (by Claude Paroz):

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

--
Ticket URL: <https://code.djangoproject.com/ticket/25004#comment:7>

Django

unread,
Jan 2, 2017, 1:05:23 PM1/2/17
to django-...@googlegroups.com
#25004: Add an OpenLayers 3 compatible map widget
-------------------------------------+-------------------------------------
Reporter: Claude Paroz | Owner: nobody

Type: New feature | Status: new
Component: GIS | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Tim Graham):

* stage: Accepted => Ready for checkin


--
Ticket URL: <https://code.djangoproject.com/ticket/25004#comment:8>

Django

unread,
Jan 3, 2017, 4:06:42 AM1/3/17
to django-...@googlegroups.com
#25004: Add an OpenLayers 3 compatible map widget
-------------------------------------+-------------------------------------
Reporter: Claude Paroz | Owner: nobody
Type: New feature | Status: closed
Component: GIS | Version: master
Severity: Normal | Resolution: fixed

Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------

Comment (by Claude Paroz <claude@…>):

In [changeset:"fdb23096040edbd2ec886e4227143b19fe04247a" fdb2309]:
{{{
#!CommitTicketReference repository=""
revision="fdb23096040edbd2ec886e4227143b19fe04247a"
Refs #25004 -- Replaced PNGs with SVGs
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/25004#comment:10>

Django

unread,
Jan 3, 2017, 4:06:42 AM1/3/17
to django-...@googlegroups.com
#25004: Add an OpenLayers 3 compatible map widget
-------------------------------------+-------------------------------------
Reporter: Claude Paroz | Owner: nobody
Type: New feature | Status: closed
Component: GIS | Version: master

Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Claude Paroz <claude@…>):

* status: new => closed
* resolution: => fixed


Comment:

In [changeset:"2ebfda38e65177dfc7d6e90457ffa4a0fa2796f0" 2ebfda38]:
{{{
#!CommitTicketReference repository=""
revision="2ebfda38e65177dfc7d6e90457ffa4a0fa2796f0"
Fixed #25004 -- Updated OpenLayers-based widget to OpenLayers 3

Thanks Tim Graham for the review.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/25004#comment:9>

Django

unread,
Jan 3, 2017, 11:29:31 AM1/3/17
to django-...@googlegroups.com
#25004: Add an OpenLayers 3 compatible map widget
-------------------------------------+-------------------------------------
Reporter: Claude Paroz | Owner: nobody
Type: New feature | Status: closed
Component: GIS | Version: master

Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------

Comment (by Tim Graham <timograham@…>):

In [changeset:"946dd5bde2c228d6862d6ea9d0060fc0e72d5ed6" 946dd5bd]:
{{{
#!CommitTicketReference repository=""
revision="946dd5bde2c228d6862d6ea9d0060fc0e72d5ed6"
Refs #25004 -- Fixed test failure introduced by OpenLayers 3 update.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/25004#comment:11>

Django

unread,
Mar 17, 2017, 12:59:11 PM3/17/17
to django-...@googlegroups.com
#25004: Add an OpenLayers 3 compatible map widget
-------------------------------------+-------------------------------------
Reporter: Claude Paroz | Owner: nobody
Type: New feature | Status: closed
Component: GIS | Version: master

Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------

Comment (by Tim Graham <timograham@…>):

In [changeset:"93eca976c15dceaf445ab4739bb2f635a2021db0" 93eca97]:
{{{
#!CommitTicketReference repository=""
revision="93eca976c15dceaf445ab4739bb2f635a2021db0"
Fixed #27939 -- Updated OpenLayersWidget.map_srid for OpenLayers 3.

Regression in 2ebfda38e65177dfc7d6e90457ffa4a0fa2796f0 (refs #25004).
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/25004#comment:12>

Django

unread,
Mar 17, 2017, 1:00:45 PM3/17/17
to django-...@googlegroups.com
#25004: Add an OpenLayers 3 compatible map widget
-------------------------------------+-------------------------------------
Reporter: Claude Paroz | Owner: nobody
Type: New feature | Status: closed
Component: GIS | Version: master

Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------

Comment (by Tim Graham <timograham@…>):

In [changeset:"c548dba428d8eed290846235d1aef4c92c0d7b60" c548dba4]:
{{{
#!CommitTicketReference repository=""
revision="c548dba428d8eed290846235d1aef4c92c0d7b60"
[1.11.x] Fixed #27939 -- Updated OpenLayersWidget.map_srid for OpenLayers
3.

Regression in 2ebfda38e65177dfc7d6e90457ffa4a0fa2796f0 (refs #25004).

Backport of 93eca976c15dceaf445ab4739bb2f635a2021db0 from master
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/25004#comment:13>

Reply all
Reply to author
Forward
0 new messages