We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent c2e0205 commit bdd3b92Copy full SHA for bdd3b92
src/server/qgswmsprojectparser.cpp
@@ -1821,7 +1821,6 @@ QDomDocument QgsWMSProjectParser::getStyles( QStringList& layerList ) const
1821
// Create the root element
1822
QDomElement root = myDocument.createElementNS( "http://www.opengis.net/sld", "StyledLayerDescriptor" );
1823
root.setAttribute( "version", "1.1.0" );
1824
- root.setAttribute( "units", "mm" ); // default qgsmaprenderer is Millimeters
1825
root.setAttribute( "xsi:schemaLocation", "http://www.opengis.net/sld http://schemas.opengis.net/sld/1.1.0/StyledLayerDescriptor.xsd" );
1826
root.setAttribute( "xmlns:ogc", "http://www.opengis.net/ogc" );
1827
root.setAttribute( "xmlns:se", "http://www.opengis.net/se" );
0 commit comments