Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could the <input rel> attribute be made redundant if the event carried the rel #57

Open
prushforth opened this issue Dec 30, 2019 · 0 comments

Comments

@prushforth
Copy link
Member

In writing the explainer for this, it occurs to me that <input rel="..."> is a bit weird, and certainly not found in HTML (?). It would be less weird if the location event that is being serialized through the <input> actually identified what it was related to i.e. the tile, the map extent, or even the pixel.

To do that, I'm not sure, but I think the <link rel="tile" ...> or <link rel="query" ...> would have to add that information to the event when generating it. It seems possible for a <link rel="image or tile"> but <link rel="query"...> can carry parameters that are tile-specific or extent-specific (WMTS vs WMS, respectively).

Anyway, leaving this here if anyone has some ideas, they would be welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant