Skip to content

Commit

Permalink
Merge pull request #12 from kartverket/configFix
Browse files Browse the repository at this point in the history
Update ShapeChangeConfigurationFileWriter.cs
  • Loading branch information
toreJohnsen authored Nov 11, 2024
2 parents b154334 + 8f16673 commit 1df7138
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public void WriteInitialElements(InputSettings inputSettings)
WriteAttributeString("xmlns", "xi", null, "http://www.w3.org/2001/XInclude");
WriteAttributeString("xmlns", "xsi", null, "http://www.w3.org/2001/XMLSchema-instance");
WriteAttributeString("xmlns", "sc", null, "http://www.interactive-instruments.de/ShapeChange/Configuration/1.1");
WriteAttributeString("xsi", "schemaLocation", null, "http://www.interactive-instruments.de/ShapeChange/Configuration/1.1 http://shapechange.net/resources/schema/ShapeChangeConfiguration.xsd");
WriteAttributeString("xsi", "schemaLocation", null, "http://www.interactive-instruments.de/ShapeChange/Configuration/1.1 http://shapechange.net/resources/schema/ShapeChangeConfiguration_3.0.0.xsd");

this.WriteInputElement(inputSettings);

Expand Down

0 comments on commit 1df7138

Please sign in to comment.