Mike Mueller
Institute for SVG-Mapping
XML-Town University
XML-Town
1523 SVG-Land
e-mail: mueller@webmapping.uni.svg
fax: ++99-1324-1341324-32
webpage: http://www.webmapping.uni.svg/
Keywords: Webmapping with SVG; Usability issues; SVG-GUI
Abstract
Webmapping with SVG is a major breakthrough in terms of interactivity and ... The institute's project wants to deliver a framework for interactive ...
There is a clear demand from map users for ...
...
The system uses GML to store and transport ...
The architecture of the framework ...

Figure 1: Architecture of the system
| Web Standard | Version number |
|---|---|
| SVG | 1.1 |
| XHTML | 1.1 |
| ECMA Javascript | 1.4 |
function initMap(evt) {
// Retrieve the SVG document object:
var directTarget = evt.getTarget();
if( directTarget.getNodeType() != 9 ) // if not DOCUMENT_NODE
svgDoc = directTarget.getOwnerDocument();
else
svgDoc = directTarget;
//get reference to text-Element
svgObjX = svgDoc.getElementById("coordx");
svgObjY = svgDoc.getElementById("coordy");
//get reference to text within text-Element
svgObjX = svgObjX.getFirstChild();
svgObjY = svgObjY.getFirstChild();
svgSVGObj = svgDoc.getDocumentElement();
//...
}
function digitProfile(myLayer) {
//.... some code
}
Summary
The projects work has shown ...
[1] "Cascading Style Sheets, level 2", B. Bos, H. W. Lie, C. Lilley, I. Jacobs, 12 May 1998. Available at "http://www.w3.org/TR/REC-CSS2/.
[2] "Accessibility Features of SVG", C. McCathieNevile, M. Koivunen, 7 August 2000. Available at http://www.w3.org/TR/SVG-access/.