Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#27949 closed Cleanup/optimization (fixed)

Document how OpenLayers 3 widgets work

Reported by: elky Owned by: nobody
Component: Documentation Version: 1.11
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Previously map widget had a toolbar with some controls like draw polygon, move map, etc. This toolbar disappeared in 1.11 now.
This issue is probably related with #27939
Screenshots attached.

Attachments (2)

django-1.10-map-toolbar.jpg (49.0 KB ) - added by elky 7 years ago.
Django 1.10 - map widget has a toolbar
django-1.11-map-no-toolbar.jpg (80.2 KB ) - added by elky 7 years ago.
Django 1.11 - map widget without toolbar

Download all attachments as: .zip

Change History (7)

by elky, 7 years ago

Attachment: django-1.10-map-toolbar.jpg added

Django 1.10 - map widget has a toolbar

by elky, 7 years ago

Django 1.11 - map widget without toolbar

comment:1 by Tim Graham, 7 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Claude Paroz, 7 years ago

AFAIR, in OpenLayers 3, interactions do not need any toolbar display. You click to draw, click-and-drag to move the map, you click on a point/vertex/corner to move it. This may need some more documentation, though.

comment:3 by Tim Graham, 7 years ago

Component: GISDocumentation
Has patch: set
Severity: Release blockerNormal
Summary: GeoDjango - map widget toolbar disapeared in adminDocument how OpenLayers 3 widgets work
Type: BugCleanup/optimization

PR (did you have anything in mind besides release notes?)

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

Resolution: fixed
Status: newclosed

In 4224ecb7:

Fixed #27949 -- Doc'd how OpenLayers 3 widgets work.

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

In 5310106:

[1.11.x] Fixed #27949 -- Doc'd how OpenLayers 3 widgets work.

Backport of 4224ecb74e536b0fce2afda0f3662520e9a3cff3 from master

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