[OpenLayers-Trac] [OpenLayers] #751: Marker.Label

OpenLayers trac at openlayers.org
Thu Nov 1 15:07:20 EDT 2007


#751: Marker.Label
-------------------------+--------------------------------------------------
  Reporter:  openlayers  |       Owner:              
      Type:  feature     |      Status:  new         
  Priority:  minor       |   Milestone:  2.6 Release 
 Component:  Marker      |     Version:  2.5         
Resolution:              |    Keywords:  marker label
-------------------------+--------------------------------------------------
Changes (by jachym):

  * version:  => 2.5
  * milestone:  => 2.6 Release

Comment:

 I have updated the code to OpenLayers 2.5, run it through jslint. File
 added. The labels do appear, when mouse over on the icon (can be turned
 off).

 In styles.css, new entry should be added:

 {{{

 .olMarkerLabel {
     font-size: small;
     color: white;
     background-color: darkblue;
     width: auto;
     padding: 1px;
     border: 1px white solid;
     opacity: 0.7;
     z-index: 1000;
 }

 }}}

-- 
Ticket URL: <http://trac.openlayers.org/ticket/751#comment:1>
OpenLayers <http://openlayers.org/>
A free AJAX map viewer


More information about the Trac mailing list