OpenLayers OpenLayers

Ticket #6 (closed feature: fixed)

Opened 2 years ago

Last modified 2 years ago

Implement OpenLayers.Marker class

Reported by: sderle Assigned to: crschmidt
Priority: critical Milestone: Aotearoa
Component: Marker Version:
Keywords: Cc:
State:

Description

The Marker class will be a generic class for representing point data on an OpenLayers Map. The Marker will have a LatLon, an Icon, a hash containing some attribute data for the point, and an Events object for dispatching click events, etc.

Change History

05/17/06 12:38:41 changed by crschmidt

  • owner changed from euzuro to crschmidt.
  • status changed from new to assigned.

05/17/06 13:24:03 changed by crschmidt

Partially completed by r107. This is still lacking events and 'hash of data' handling.

05/19/06 21:52:30 changed by crschmidt

  • status changed from assigned to closed.
  • resolution set to fixed.

Event handling is complete.

Data will be stored in a 'feature' rather than a marker -- Features will be an item that can contain or create markers/popups based on the existing data. However, for the time being, the key is that the events are in, and we've established that markers themselves won't store additional data.