This documentation is available at https://maps4html.org/web-map-doc/
This repository is the documentation for the polyfill implementation of Map Markup Language.
To build and run this documentation locally, do the following:
$ cd github/web-map-doc # or whatever you name your clone of this repo $ npm install $ npm audit fix # typically necessary to resolve some error messages $ npm run build $ npm run serve # should fire up a browser and point it to http://localhost:30001/web-map-doc/
If you have suggestions or want to open a pull request for an improved API or documentation thereof, it's a good idea to open an issue and discuss with the community in advance.
Thank you and happy pollyfilling!