Maps4HTML / MapML-Specification

Map Markup Language is hypertext for Web maps, like HTML is hypertext for Web pages https://maps4html.org/MapML-Specification/spec/
Other
55 stars 12 forks source link

Replace images of maps with interactive maps #176

Closed Malvoz closed 3 years ago

Malvoz commented 3 years ago

Close #175.

Malvoz commented 3 years ago

This PR only implements examples of map nr. 1 and 2 as described in https://github.com/Maps4HTML/MapML/issues/175#issue-873691844:

  1. Basic map: Only uses the required attibutes (zoom, lat, lon) with 1 layer source (src)
  2. Customized map: Extends a basic map by specifying controls, width, height, and uses an alternative projection (e.g. CBMTILE)
  3. Two-layered map: Extends the Customized map with an inline layer with <feature> & CO describing 1 marker
prushforth commented 3 years ago

Are there other specs that include working examples? I didn't do this originally because I thought it might be distracting, but I can see how it may be useful. Alternatively we could link to UCR Matrix examples where necessary.