Image Mapping Demo/Test


NCSA ISMAP Demo

Click on some part of the image.

Configuration file:

# NCSA ismap configuration file
default demo_outside.html
circle demo_circle.html 50,50 50,100
rect demo_rect.html 130,10 170,90
poly demo_poly.html 250,10 210,90 290,90

CERN ISMAP Demo

Click on some part of the image.

Configuration file:

# CERN ismap configuration file
default demo_outside.html
circle (50,50) 50 demo_circle.html 
rect (130,10)(170,90) demo_rect.html
poly (250,10)(210,90)(290,90) demo_poly.html

Point ISMAP Demo

Click on some part of the image.

Configuration file:

# point ismap configuration file
point demo_circle.html 50,50
point demo_rect.html 150,80
point demo_poly.html 250,50