Ticket #305 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

Harvester / OGC WxS / split XSL for each type of services

Reported by: Fxp Owned by: fxp
Priority: minor Milestone: v2.7.0
Component: General Version: v2.6.0
Keywords: Cc:

Description

Actually, one XSL is used for all types and versions of OGC services.

Make one stylesheet for each type to make it easier to read and easier to add new transformation.

String styleSheet = context.getAppPath() + 
								Geonet.Path.IMPORT_STYLESHEETS 
								+ "/OGC"
								+ params.ogctype.substring(0,3)
								+ "GetCapabilities-to-ISO19119_ISO19139.xsl";

Discussion about SOS integration:  http://osgeo-org.1803224.n2.nabble.com/Add-a-new-Stylesheet-transformation-td5483549.html#a5483549

Change History

Changed 3 years ago by Fxp

  • status changed from new to closed
  • resolution set to fixed

r6680

Note: See TracTickets for help on using tickets.