> I am trying to get some "clickable pictures" - like maps with different
> cities - on the Plucker. Does anybody know if that's possible?

        You can click an image, which is simply an href constructed as:

        <a href="map_large.jpg"><img src="map_small.jpg"></a>

        And it will load up the larger image. If you wanted something like an
imagemap or a "navigatable" (pan/zoom/etc.) feature, that's not possible with
the current Plucker codebase.



/d


Reply via email to