Changes between Version 2 and Version 3 of CodeSamples/JavaScript/CustomCursors


Ignore:
Timestamp:
Mar 18, 2008, 8:54:15 AM (16 years ago)
Author:
ksgeograf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeSamples/JavaScript/CustomCursors

    v2 v3  
    2929        {
    3030                case 1:
    31                         map.style.cursor = cururl + "icon_pan.cur"
     31                        map.style.cursor = cururl + "pan.cur"
    3232                        break;
    3333                case 7:
    34                         map.style.cursor = cururl + "icon_zoomin.cur"
     34                        map.style.cursor = cururl + "zoomin.cur"
    3535                        break;
    3636                case 8:
    37                         map.style.cursor = cururl + "icon_zoomout.cur"
     37                        map.style.cursor = cururl + "zoomout.cur"
    3838                        break;
    3939                case 9:
    40                         map.style.cursor = cururl + "icon_zoomrect.cur"
     40                        map.style.cursor = cururl + "zoomrect.cur"
    4141                        break;
    4242                default: