-
Notifications
You must be signed in to change notification settings - Fork 12
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
Capability: Embed an interactive map viewer, using HTML markup #137
Comments
Parallels have been drawn between the map viewer model and |
Good question, answer TBD. I think a map viewer that allows composition / layering across origins will require us to come up with a good story. Hopefully we can get some contributions, or at least inform our own contributions from the experience and designs from people with experience in designing similar things in iframe and portal contexts. Portals and iframes are more generic containers than maps, so I believe our biggest challenge will be selling a highly specific type of container, like a map viewer. All the great work this community is currently doing will be our business case! |
Yes, one of the more difficult things to spec will be the model for creating fully interactive, style-able layers from external files. Another relevant model from that perspective is the SVG |
If I understand this correctly, layers in a map viewer, were they to be loaded via a URL (as in layer src), would have to be their own browsing context, if they were to be able to load resources, such as tiles or WMS/image requests (which is pretty important for map layers). |
I think this issue is about how an HTML author would go about adding a map viewer to their page. I think they should be able to do so by adding an element, in an analagous manner to the method they can use to embed |
This comment doesn't apply to the PR, but to the text about the existing implementations. Not to be too hard on the -embed list, but they are all JavaScript API dependent, too. The commentary seems to imply that the JavaScript dependency only applies to custom element wrappers of mapping libraries, and that the embeds are declarative except for the fact that they rely on configuration in the source URL. In fact, ALL the embeds are entirely animated by their associated JavaScript APIs internally. |
Yes but the capability is about embedding a web map with HTML code alone, which holds true from the point of view of the HTML author (so separate from Capability: Display a basic map without JavaScript). |
This issue is for discussion of the required map viewer capability “Embed an interactive map viewer, using HTML markup”.
The text was updated successfully, but these errors were encountered: