How do I create an SVG map with popup information following mouse movement?
In general, generating an SVG map from MapViewer is no different from generating maps in other formats such as PNG. Whereas for a PNG map you specify the format to be either PNG_URL or PNG_STREAM, for SVG maps you specify the format to be SVG_URL or SVG_STREAM. One unique and very useful feature of SVG maps is to be able to associate attributes with spatial features being displayed, and as you move the cursor over the features, the attributes are automatically displayed in a pop-up window that follows the cursor movement. The following figure illustrates such a SVG map (click on the Info button then move cursor around): To create such a map, specify