-
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
Remove mentions of deprecated input types #76
Comments
OK i'll fix that. Probably time to start working on the spec again, now. Please raise any other issues you find or don't understand.
There's not really a minimum, per se. The idea behind the The only input that we have still got as mandatory is zoom, but I think we may be able to knock that back to at-the-services-need (SHOULD), with some discussion: Map services need to know what scale of content to provide, with some exceptions (exceptions which don't represent good practice imho). In the case of WMS, the scale of rendering is determined by knowing the From the spec:
In the case of WMS services, the only reason I have got zoom listed as However, the issue remains that the zoom input variable isn't required at all by WMS services, but even so you would have to bind it into the link template that points to the WMS, in order to associate the zoom range to the template that you intend.
Yes, I'll fix that, too. Thanks for your note! |
Remove action,enctype,method attributes. Update description of <extent> element. Resolves Maps4HTML#76 Overal, description of <extent> still needs improvement, because since the removal of the action attribute, the meaning of extent has shifted slightly. Now that the requests for content are driven by link templates and associated inputs, an extent is represented the union of the extents of the templates, which is dictated by the min/ max values of the axes of the location inputs.
* Remove deprecated input types xmin,ymin,xmax,ymax,projection. Remove action,enctype,method attributes. Update description of <extent> element. Resolves #76 Overal, description of <extent> still needs improvement, because since the removal of the action attribute, the meaning of extent has shifted slightly. Now that the requests for content are driven by link templates and associated inputs, an extent is represented the union of the extents of the templates, which is dictated by the min/ max values of the axes of the location inputs. * Get rid of reference to obsolete action attribute.
https://maps4html.org/MapML/spec/#the-input-element:
According to the "Changes since the previous draft" section, these (and
projection
) have all been deprecated, so this text should be removed.I suppose this means there is no requirement of minimum amount of input elements now?
Also probably want to remove (or at least comment out in HTML) the strikethrough text in this table: https://maps4html.org/MapML/spec/#attr-input-type-keywords.
The text was updated successfully, but these errors were encountered: