0.7.0 • Published 4 years ago

@maps4html/web-map v0.7.0

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

Customized Built-In <map> Element

Build Status Published on webcomponents.org

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 one or more the <layer- src="..."> elements as children of <map>. The map provides a default set of controls which are turned on or off with the map@controls boolean attribute. The @width and @height of the map should be specified either as attributes or via CSS rules. The initial zoom and location of the map are controlled by the @zoom and @lat, @lon attributes. The default projection is Web Mercator (OSMTILE).

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>

Maps4HTML Community Group

MapML and the web-map custom element area being developed by the W3C Maps For HTML Community Group. Membership in that group is encouraged, however you do not have to join to use the information found here. However, 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!