-
Notifications
You must be signed in to change notification settings - Fork 0
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
Schema 3.0.0 #11
Schema 3.0.0 #11
Conversation
I would also like to target this #10 in the PR. Does anyone has any idea of the meaning or possible usage of the "urls" parameter? |
Not used in hslayers anymore. |
Not used in Layman. |
Any relevant reason to have Lines 539 to 541 in b273d6a
Wouldn't be better to have just eg. 'WFS'? |
- layers..url - layers..legends. - layers..protocol.url
schema.json
Outdated
@@ -456,17 +456,18 @@ | |||
"description": "Big type of layer. Currently all raster layers are wms layers and Vector layers are subdivided by protocol property", | |||
"default": "", | |||
"enum": [ | |||
"HSLayers.Layer.WMS", | |||
"OpenLayers.Layer.Vector", | |||
"WMS", | |||
"WMS", | |||
"WFS", |
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.
"ClassName: WFS" is never used, I suggest to remove it also.
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.
Not used in HSLayers either. But wouldn't it be future-proof to keep the WFS classname as an allowed value?
We would need to ask @raitisbe as the original author, but I suppose the idea was to keep the structure of OpenLayers' class names for formats, e.g. ol/format/KML. And as WFS was not one of formats provided by OpenLayers by that time, it became |
HSLayers.Layer.WMS
andOpenLayers.Layer.Vector
layer types