Opened 12 years ago

Closed 12 years ago

#1209 closed enhancement (fixed)

New service metadata.service.extract

Reported by: fgravin Owned by: geonetwork-devel@…
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.

PR : https://github.com/geonetwork/core-geonetwork/pull/70

Change History (1)

comment:1 by fxp, 12 years ago

Resolution: fixed
Status: newclosed

master commits:

  • commit e7d2f18cc4e6eecbce3cb519a2b031e2414aaa71
  • commit f8c272d861f78fb392605b5f55426cd632907e3f
  • commit 85147764c2eb0653ee1583ae5b5375fe0b6bd816
Note: See TracTickets for help on using tickets.