Skip to content

New page for (serving) MapML documents? #46

Open
@Malvoz

Description

@Malvoz

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 or text/mapml?)
      • Cache-Control's no-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)

Implementers of the polyfill may benefit from such information as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions