Changeset 6997 for trunk/openlayers/examples/click.html
- Timestamp:
- 04/22/08 23:27:00 (9 months ago)
- Files:
-
- trunk/openlayers/examples/click.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/examples/click.html
r6571 r6997 31 31 this.handler = new OpenLayers.Handler.Click( 32 32 this, { 33 'click': this.trigger ,33 'click': this.trigger 34 34 }, this.handlerOptions 35 35 ); … … 40 40 alert("You clicked near " + lonlat.lat + " N, " + 41 41 + lonlat.lon + " E"); 42 } ,42 } 43 43 44 44 });
