Ticket #670 (closed feature: duplicate)

Opened 6 years ago

Last modified 5 years ago

Give renderer list of geometries so it can redraw

Reported by: crschmidt Owned by:
Priority: minor Milestone: 2.8 Release
Component: Renderer.SVG Version:
Keywords: Cc:
State:

Description

Because Firefox is stupid, it needs to map geometries into a local pixel space.

The cost of this is that when we get beyond that pixel space, we can't draw features.

If we could redraw the renderer contents, then we could reinit to 0,0 when we hit a limit.

At the moment, we can't do that.

Add a list of geometries to the renderer so it can.

Change History

Changed 6 years ago by crschmidt

  • milestone changed from 2.5 Release to 2.6 Release

Changed 6 years ago by crschmidt

  • status changed from new to closed
  • resolution set to wontfix

I don't think that we have any plans to do this anymore. We may end up doing clipping, but I don't think the render is going to maintain a features list.

Changed 5 years ago by crschmidt

  • status changed from closed to reopened
  • resolution wontfix deleted
  • milestone changed from 2.6 Release to 2.8 Release

Reopened for the rest of #1631

Changed 5 years ago by crschmidt

  • status changed from reopened to closed
  • resolution set to duplicate

Actually, this is a dupe of #1431.

Note: See TracTickets for help on using tickets.