We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

SVG Map - Tile Map Without Javascript

Formale Metadaten

Titel
SVG Map - Tile Map Without Javascript
Serientitel
Anzahl der Teile
95
Autor
Lizenz
CC-Namensnennung - keine kommerzielle Nutzung - Weitergabe unter gleichen Bedingungen 3.0 Unported:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen und nicht-kommerziellen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen und das Werk bzw. diesen Inhalt auch in veränderter Form nur unter den Bedingungen dieser Lizenz weitergeben
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache
ProduktionsortNottingham

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
In this presentation we will show how the SVG Map technology can display a tiled map without Javascript. Many popular internet tile maps such as OpenStreetMap, Google Maps, etc. use Javascript to provide tiling and layering. But this can cause high load especially on mobile platforms. SVG Map instead implements specific elements and attributes, that enable internet browsers to display map tiles directly through the browser's layout engine, with support for dynamic tiling and layering. The core mechanism of this tile map is the “SVG iframe” element. Depending on zoom level, map layer and viewport the relevant map data is downloaded using media queries. The “globalCoordinateSystem” element allows to define the geographic coordinate system and to describe transformation rules. SVG Map will make it possible to display maps in the browser with SVG files alone, and it will allow to style maps with CSS. While a first prototype has been is developed using Javascript, development has started on implementations for Webkit browser and a Firefox add-on. Because Firefox OS doesn't support add-ons, the native implementation in Firefox browser is also planned. The final aim is to make SVG Map a W3C standard, and discussion has already started in the SVG Working Group at W3C.