Peter Rushforth
Peter Rushforth
Yes. I can't remember why I made them uppercase, specifically. HTML is case-insensitive, but I couldn't find anything about attrubute values' cases sensitivity or not. I think I was trying...
I just came across a note in MDN that says that [DOMTokenLists are always case-sensitive](https://developer.mozilla.org/en-US/docs/Web/API/DOMTokenList). So this would affect how the projection attribute should be specified, I imagine, because it...
Yes, fixed I think. Thanks!
> Why is this readonly? Maybe it could be change-able, but if you simply change the projection of the map, unless you take some actions, every layer on the map...
Thank you for these questions. I will do my best to answer them over the next few days, and action them in the specifications as required. > > 4.3 Styling...
This is one such aspect of the API required by Maps4HTML/HTML-Map-Element#3
@ahmadayubi can you comment on this issue? I was thinking that a bounds property, not a method, would be the correct way to expose the bounds of a element. Script...
> However having `.bounds` and `.bounds()` might introduce a little confusion/inconsistency. Maybe we should leave the map bounds calculation up to script, which could apply whatever logic it likes in...
For discussion, if need be, by readers of this specification. We decided to implement the `.extent` property based on the union of extents of templates, excluding the extent of a...
I thought of "pixelmatrix" last night, as an alternative name for "tcrs". I think it brings to mind the "tilematrix" CRSs, but alludes to the fact that pixels are the...