Skip to content

Commit 6f5e144

Browse files
author
prushforth
committed
Add CONTRIBUTING.md, LICENSE.md, README.md
1 parent 242de0b commit 6f5e144

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-0
lines changed

CONTRIBUTING.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Contributing to MapML
2+
3+
This repository is being used for work in the [W3C Maps For HTML Community Group](http://www.w3.org/community/maps4html/), governed by the [W3C Community License Agreement (CLA)](http://www.w3.org/community/about/agreements/cla/). To make substantive contributions, you must join the CG.
4+
5+
If you are not the sole contributor to a contribution (pull request), please identify all
6+
contributors in the pull request comment.
7+
8+
To add a contributor (other than yourself, that's automatic), mark them one per line as follows:
9+
10+
```
11+
+@github_username
12+
```
13+
14+
If you added a contributor by mistake, you can remove them in a comment with:
15+
16+
```
17+
-@github_username
18+
```
19+
20+
If you are making a pull request on behalf of someone else but you had no part in designing the
21+
feature, you can remove yourself with the above syntax.

LICENSE.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
All Reports in this Repository are licensed by Contributors
2+
under the
3+
[W3C Software and Document License](http://www.w3.org/Consortium/Legal/2015/copyright-software-and-document).
4+
Contributions to Specifications are made under the
5+
[W3C CLA](https://www.w3.org/community/about/agreements/cla/).

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# <mapml-map> Custom Element
2+
3+
The <mapml-map> Custom Element is a [prototype](http://maps4html.github.io/MapML-Map-Custom-Element/) of core mapping functionality suitable for the Web.
4+
5+
## Objective
6+
7+
The objective of this web component is to demonstrate the feasibility of modifying / upgrading the <map> HTML element to support modern Web mapping requirements. As such, it relies on the new Map Markup Language which delivers map information as hypertext.
8+
This element depends on the [MapML Leaflet Client javascript library](https://github.com/Maps4HTML/MapML-Leaflet-Client).
9+
10+
## Maps4HTML Community Group
11+
12+
MapML is being developed by the W3C [Maps For HTML Community Group](http://www.w3.org/community/maps4html/). 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!

0 commit comments

Comments
 (0)