Changeset 1809
- Timestamp:
- 09/08/10 20:18:52 (17 months ago)
- Files:
-
- 1 modified
-
trunk/site/map.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/site/map.class.php
r1808 r1809 138 138 $this->colorWaypointsArea = ImageColorAllocate($this->mapImage, 230, 120, 40); 139 139 $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); 141 141 $this->colorBuoy = ImageColorAllocate($this->mapImage, 250, 150, 150); 142 142 $this->colorWind = ImageColorAllocate($this->mapImage, 110, 130, 150);
