source: trunk/src/map/inc/iconStyles.js@ 7785

Last change on this file since 7785 was 7779, checked in by ddboer, 15 years ago

-Custom icons
-New icons,with shadow and other features created with this site:

http://www.powerhut.co.uk/googlemaps/custom_markers.php

-Added iconstyle.js

File size: 564 bytes
Line 
1var greenIcon = new GIcon();
2
3greenIcon.image = '../img/greenMarker/image.png';
4greenIcon.shadow = '../img/greenMarker/shadow.png';
5greenIcon.iconSize = new GSize(32,41);
6greenIcon.shadowSize = new GSize(53,41);
7greenIcon.iconAnchor = new GPoint(16,41);
8greenIcon.infoWindowAnchor = new GPoint(16,25);
9greenIcon.printImage = '../img/greenMarker/printImage.gif';
10greenIcon.mozPrintImage = '../img/greenMarker/mozPrintImage.gif';
11greenIcon.printShadow = '../img/greenMarker/printShadow.gif';
12greenIcon.transparent = '../img/greenMarker/transparent.png';
Note: See TracBrowser for help on using the repository browser.