Closed Malvoz closed 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:
- Basic map: Only uses the required attibutes (
zoom
,lat
,lon
) with 1 layer source (src
)- Customized map: Extends a basic map by specifying
controls
,width
,height
, and uses an alternativeprojection
(e.g.CBMTILE
)- Two-layered map: Extends the Customized map with an inline layer with
<feature>
& CO describing 1 marker
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.
<mapml-viewer>
polyfill./images/
folder with an/examples/
folder, since we're likely to add.mapml
files later when adding more example maps (or improving current ones).Close #175.