Open
Description
Is it clear to people how to properly serve MapML documents?
Should there be a page to:
- Briefly describe what MapML is, and link to the spec (and change the current link to the spec to point to this new page).
- Describe best practices/requirements for serving MapML documents. For example:
- HTTP headers:
Access-Control-Allow-Origin: * | <origin>
Cross-Origin-Resource-Policy: cross-origin | same-origin | same-site
Content-Type
(application/xml
ortext/mapml
?)Cache-Control
'sno-transform
directive (valuable for applications that can't risk their users having a degraded experience)
- Minification (e.g. minifying this mapml file would save about 500 kb)
- HTTP headers:
Implementers of the polyfill may benefit from such information as well.