Skip to content

Commit

Permalink
Merge pull request #1721 from lat-lon/feature/httpsWmsCapabilities-264
Browse files Browse the repository at this point in the history
Write schemaLocation with https in WMS 1.1.3 capabilities (3.5)
  • Loading branch information
copierrj authored Jul 3, 2024
2 parents 194d7d6 + 344e4ef commit c1ba77b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ public void export(XMLStreamWriter writer) throws XMLStreamException {
writer.writeNamespace("sld", SLDNS);

writer.writeAttribute(XSINS, "schemaLocation",
"http://www.opengis.net/wms http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd "
+ "http://www.opengis.net/sld http://schemas.opengis.net/sld/1.1.0/sld_capabilities.xsd");
"http://www.opengis.net/wms https://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd "
+ "http://www.opengis.net/sld https://schemas.opengis.net/sld/1.1.0/sld_capabilities.xsd");

metadataWriter.writeService(writer);

Expand Down

0 comments on commit c1ba77b

Please sign in to comment.