0.8.0 • Published 4 years ago

web-map-custom-element v0.8.0

Weekly downloads
-
License
W3C
Repository
github
Last release
4 years ago

Customized built-in <map> element

Build Status

The customized built-in <map> element is a prototype implementation of the HTML-Map-Element specification.

The HTML author can add MapML sources/layers by specifying one or more <layer-> elements as children of <map>. The map provides a default set of controls which are turned on or off with the map's controls boolean attribute. The width and height attributes of the map should be specified, and can be overriden using CSS properties. The initial zoom and location of the map are controlled by the zoom, lat and lon attributes. The default projection is OSMTILE (Web Mercator).

Example:

<map is="web-map" zoom="3" lat="0" lon="0" width="800" height="400" controls>
    <layer- src="https://geogratis.gc.ca/mapml/en/osmtile/osm/" label="OpenStreetMap" checked></layer->
</map>

Maps for HTML Community Group

MapML and the <map> custom element are being developed by the W3C Maps for HTML Community Group. Membership in the group is encouraged, however you do not have to join to use the information found here. If you wish to contribute, please join the Maps For HTML Community Group, and help us make the Web a map-friendly platform for everyone, everywhere!

0.8.0

4 years ago

0.7.0

4 years ago