Changeset 7236
- Timestamp:
- 05/21/08 09:23:30 (3 months ago)
- Files:
-
- trunk/openlayers/examples/popupMatrix.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/examples/popupMatrix.html
r7095 r7236 842 842 function addMarker(ll, popupClass, popupContentHTML, closeBox, overflow) { 843 843 844 var feature = new OpenLayers.Feature( layer, ll);844 var feature = new OpenLayers.Feature(markers, ll); 845 845 feature.closeBox = closeBox; 846 846 feature.popupClass = popupClass;
