-
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
map-extent updates for hidden, disabled, checked, label attributes #255
Conversation
173e972
to
d4b7318
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great to me! Just have some ideas about the changes that may make it better:
- add the information about the default value of extent.checked when the checked attribute is not supplied, as what we did for
label
- replace the closing backslash for map-link with the closing tags in index.html and map-1.html
- add checked attribute for map-extent in map-1.html and mapml-document.xml
d4b7318
to
ffb2e49
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Seems to have everything from the map-extent PR! @prushforth Should #247 be tackled here also? If you think that will interfere with the GeoServer work. |
One day, as we iterate closer to an HTML Standard PR, we should just treat all the elements as HTML elements, regardless of whether they're new (from MapML) or existing (updates to the spec). That section (3) is due to merging an earlier separate spec that we developed that separated the content we would expect in an HTML document type from the content that we might expect in a MapML document type. The line has blurred a bit with the concept of local and remote content, but I don't think custom / not really implemented is a good way to spec them out. |
It wouldn't interfere, but it's related to |
Add Contributors section, remove authors. Add `checked` to examples of local and remote content. Update extent content model to allow `map-meta` description of zoom and spatial bounds. Update resources, examples, checked attribute description Address @AliyanH comments: projection now read-write. Remote content prioritized over local content. map-meta can exist in extent elements. Fix typo in layer label attribute description. Co-authored-by: Hanyu Yao <[email protected]> Co-authored-by: Aliyan Haq <[email protected]>
ffb2e49
to
b3b52cf
Compare
No description provided.