I have been working on https://osgeo-org.atlassian.net/browse/GEOS-6435 as the INSPIRE maintenance group is moving towards including WCS as an option for download services. Along the way I came across a number of other changes that seemed worth making to the INSPIRE extension. The actual order I did these was all mixed up but I've tried to separate them into a reasonably coherent set of steps. I'd like some advice on whether to make one big pull request for all the changes or separate them into different parts as they aren't completely independent.
I have a working branch at https://github.com/bgsmase/geoserver/tree/temp_inspire_on_master_2 which contains a series of commits on top of master as follows: 1 - Point to the INSPIRE view schema at http://inspire.ec.europa.eu/schemas/inspire_vs/1.0/inspire_vs.xsd rather than copy locally hosted by GeoServer. (Should I file a ticket for this?) 2 - Miscellaneous tidying up of extended capabilities output including: Remove unnecessary namespace declarations Remove unnecessary xsi:type attributes Allow the service MetadataURL/MediaType element to be omitted. It is optional. I intend to add the full list of 20+ types enumerated in the INSPIRE schema later. Currently only two options are allowed. Don't include the extended capabilities element if the mandatory parameters have not been set. More tests for different combinations of parameters (Reluctant to make separate tickets/commits for all these) 3 - Add option to set the SpatialDataSetIdentifier/@metadataURL attribute. We would like to be able to do this (I could file a ticket for this specifically). 4 - Add INSPIRE extended capabilities to WCS [GEOS-6435] Any comments / suggestions on any of the changes and, if they look OK, should I fold them up into one pull request or separate them along the items listed above? Marcus Sen British Geological Survey Keyworth Nottingham NG12 5GG Web: http://www.bgs.ac.uk This message (and any attachments) is for the recipient only. NERC is subject to the Freedom of Information Act 2000 and the contents of this email and any reply you make may be disclosed by NERC unless it is exempt from release under the Act. Any material supplied to NERC may be stored in an electronic records management system. ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
