Ticket #1279 (closed bug: invalid)
Vector layer doesn't zoom when plotted over tiled data
| Reported by: | ianmayo | Owned by: | euzuro |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Layer.WorldWind | Version: | 2.5 |
| Keywords: | Cc: | ||
| State: |
Description
Summary The point-track layer displays a series of positions presented as a single line vector. This vector zooms & pans correctly when plotted over the WMS dataset, but does not update when following a zoom operation when plotted over the WorldWind dataset.
Platform FF2.0.0.11 under Ubuntu 7.10
Detailed Steps I've extended the point-track-markers example file to include a worldwind layer http://dev.openlayers.org/sandbox/ianmayo/branches/app2/openlayers/examples/point-track-markers.html
If you load the xml/track1.xml datafile and pan/zoom - then everything works ok. If you then switch to the worldwind layer, zoom doesn't work. The tiled backdrop zooms in, but the vectored data doesn't. After a couple of pan operations the track and markers appear to become separated.
