Image Mapping Demo/Test


NCSA ISMAP Demo

Click on some part of the image.

Configuration file:

# NCSA ismap configuration file
default ismap_outside.html
circle ismap_circle.html 50,50 50,100
#(lines may be continued using a trailing backslash)
rect\
  ismap_rect.html\
  130,10 170,90
poly \
  ismap_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 ismap_outside.html
circle (50,50) 50 ismap_circle.html 
#(lines may be continued using a trailing backslash)
rect \
  (130,10)(170,90) \
  ismap_rect.html
poly (250,10)(210,90)(290,90) ismap_poly.html

Point ISMAP Demo

Click on some part of the image.

Configuration file:

# point ismap configuration file
point ismap_circle.html 50,50
point ismap_rect.html 150,80
point ismap_poly.html 250,50