Changeset 1809

Show
Ignore:
Timestamp:
09/08/10 20:18:52 (17 months ago)
Author:
spf
Message:

better color [See #34]

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/site/map.class.php

    r1808 r1809  
    138138    $this->colorWaypointsArea = ImageColorAllocate($this->mapImage, 230, 120, 40); 
    139139    $this->colorWaypointsIceGate = ImageColorAllocate($this->mapImage, 0, 51, 204); 
    140     $this->colorWaypointsIndication = imagecolorallocatealpha($this->mapImage, 102, 255, 51, 64); 
     140    $this->colorWaypointsIndication = imagecolorallocatealpha($this->mapImage, 0, 184, 46, 64); 
    141141    $this->colorBuoy = ImageColorAllocate($this->mapImage, 250, 150, 150); 
    142142    $this->colorWind = ImageColorAllocate($this->mapImage, 110, 130, 150);