OpenLayers OpenLayers

Ticket #1577 (closed bug: fixed)

Opened 6 months ago

Last modified 4 months ago

new RegularPolygon features can be invisible

Reported by: openlayers Assigned to: tschaub
Priority: critical Milestone: 2.7 Release
Component: Handler.RegularPolygon Version: SVN
Keywords: Cc:
State: Complete

Description

points.js line 98 has an option added to the temporary vector drawing layer so that it's always 'in range'. that needs to be duplicated *shudder* into RegularPolygon.js (around line 159) so that the same applies to RegularPolygon drawing.

Attachments

patch-1577-r7497-A0.diff (1.1 kB) - added by elemoine on 07/12/08 17:27:15.

Change History

06/07/08 08:33:31 changed by elemoine

That's correct. A patch for this will be appreciated.

07/12/08 17:27:15 changed by elemoine

  • attachment patch-1577-r7497-A0.diff added.

07/12/08 17:27:30 changed by elemoine

  • state set to Review.
  • milestone set to 2.7 Release.

07/28/08 15:17:28 changed by euzuro

  • priority changed from minor to critical.

07/29/08 09:13:35 changed by crschmidt

  • state changed from Review to Commit.

Elemoine: Patch looks fine. Please commit.

07/29/08 14:13:08 changed by elemoine

  • status changed from new to closed.
  • state changed from Commit to Complete.
  • resolution set to fixed.

(In [7588]) new RegularPolygon features can be invisible, p=me, r=crschmidt (closes #1577)