Skip to content

Commit

Permalink
Add 'externalWFS' as a vector protocol format option
Browse files Browse the repository at this point in the history
Add workspace layer property

(cherry picked from commit 85dd555)
  • Loading branch information
FilipLeitner authored and index-git committed Jun 7, 2021
1 parent e35be7d commit 5cbeb0d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/layman/map/schema.draft-07.json
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@
"ol.format.KML",
"ol.format.GeoJSON",
"hs.format.WFS",
"hs.format.externalWFS",
"hs.format.Sparql"
],
"title": "Layer procol format"
Expand Down Expand Up @@ -524,6 +525,13 @@
}
}
]
},
"workspace":{
"$id": "#/properties/layers/items/properties/workspace",
"type": "string",
"title": "Workspace name",
"description": "Layman workspace name",
"examples": ["workspacename"]
}
}
}
Expand Down

0 comments on commit 5cbeb0d

Please sign in to comment.