@@ -46,15 +46,23 @@ OR inline content
46
46
See [ CONTRIBUTING] ( https://github.com/Maps4HTML/MapML.js/blob/main/CONTRIBUTING.md#contributing-to-mapml ) for details, but generally:
47
47
48
48
0 . Join our [ Community Group] ( https://www.w3.org/community/wp-login.php?redirect_to=%2Fcommunity%2Fmaps4html%2Fjoin )
49
- 1 . Fork it!
50
- 2 . Create your feature branch: ` git checkout -b my-new-feature `
51
- 3 . Commit your changes: ` git commit -am 'Add some feature' `
52
- 4 . Push to the branch: ` git push origin my-new-feature `
53
- 5 . Submit a pull request : D
49
+ 1 . Discuss your proposed changes or requirements in a GitHub issue in maps4html organization
50
+ 2 . Once agreement is reached on your ideas, fork it!
51
+ 3 . Create your feature branch: ` git checkout -b my-new-feature `
52
+ 4 . Commit your changes: ` git commit -am 'Add some feature' `
53
+ 5 . Push to the branch: ` git push origin my-new-feature `
54
+ 6 . Submit a pull request : D
55
+ 7 . Iterate as required.
54
56
55
57
## History
56
58
57
- TODO: Write history
59
+ The idea of standardizing maps in the web platform arose from discussions at a
60
+ W3C linking spatial data workshop in 2014. A second
61
+ online workshop focused on maps for the web was held in 2020, and from the latter,
62
+ many detailed requirements for maps on the web were presented. The MapML
63
+ polyfill attempts to track and implement these (evolving) requirements, with the
64
+ intent being to eventually fully specify and the requirements of web map
65
+ users as an update to the HTML Living Standard, implemented by browsers.
58
66
59
67
## Credits
60
68
@@ -63,6 +71,13 @@ Map for HTML Community members and supporters past, present and future.
63
71
## License
64
72
65
73
All Reports in this Repository are licensed by Contributors under the
66
- [ W3C Software and Document License] ( http ://www.w3.org/Consortium/Legal/2015/ copyright- software-and-document ) .
74
+ [ W3C Software and Document License] ( https ://www.w3.org/copyright/ software-license-2023/ ) .
67
75
Contributions to Specifications are made under the
68
76
[ W3C CLA] ( https://www.w3.org/community/about/agreements/cla/ ) .
77
+
78
+
79
+ ## Code of Conduct
80
+ [ Professional conduct] ( https://www.w3.org/policies/code-of-conduct/ ) on the part
81
+ of our members is required and expected by our
82
+ status as a project of the
83
+ [ W3C Community and Business Groups program] ( https://www.w3.org/community/about/ ) .
0 commit comments