Opened 12 years ago
Closed 12 years ago
#1209 closed enhancement (fixed)
New service metadata.service.extract
Reported by: | fgravin | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | v2.10.0 RC0 |
Component: | General | Version: | v2.8.0RC2 |
Keywords: | Cc: |
Description
Add new service that retrieve all layers and OGC services contained in the selectionManager.
metadata.service.extract :
<?xml version="1.0" encoding="UTF-8"?> <response> <service owsurl="http://ids.pigma.org/geoserver/cdc_piemont_oloronais/wms?" owstype="WMS" text="" mdid="39" /> <layer owsurl="http://services.sandre.eaufrance.fr/geo/station" owstype="WMS" layername="RSX0500000183" title="Cartes des stations du réseaux" mdid="229" /> </response>
We can see selectionManager as a cart and this service as a way to retrieve OGC datas from the cart (WMS, layers, services).
An exemple of use as been implemented in the default widget interface :
A new action in otherMenu is "Add layer of selection to the map" call this service and add all layers to the right map of the interface.
Note:
See TracTickets
for help on using tickets.
master commits: