Skip to content

Commit

Permalink
Merge pull request #1722 from lat-lon/feature/httpsWmsCapabilities-26…
Browse files Browse the repository at this point in the history
…4-main

Write schemaLocation with https in WMS 1.1.3 capabilities (3.6)
  • Loading branch information
copierrj committed Jul 3, 2024
2 parents 9cf946b + 4eabab9 commit e041903
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 e041903

Please sign in to comment.