Skip to content

Commit

Permalink
removed //
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoltz committed May 13, 2023
1 parent 0102ed2 commit 87619f0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<mer:MergingTileStore xmlns:mer="http://www.deegree.org/datasource/tile/merge"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.deegree.org/datasource/tile/merge https://schemas.deegree.org/core/3.5//datasource/tile/merge/merge.xsd">
xsi:schemaLocation="http://www.deegree.org/datasource/tile/merge https://schemas.deegree.org/core/3.5/datasource/tile/merge/merge.xsd">
<mer:TileMatrixSetId>string</mer:TileMatrixSetId>
<!--1 or more repetitions:-->
<mer:TileStoreId>string</mer:TileStoreId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<GDALLayers xmlns="http://www.deegree.org/layers/gdal" xmlns:d="http://www.deegree.org/metadata/description"
xmlns:l="http://www.deegree.org/layers/base" xmlns:s="http://www.deegree.org/metadata/spatial"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.deegree.org/layers/gdal https://schemas.deegree.org/core/3.5//layers/gdal/gdal.xsd">
xsi:schemaLocation="http://www.deegree.org/layers/gdal https://schemas.deegree.org/core/3.5/layers/gdal/gdal.xsd">
<GDALLayer>
<l:Name>luchtfoto_2010</l:Name>
<d:Title>Orthophoto layer served from an ECW file</d:Title>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<RemoteWMSThemes xmlns="http://www.deegree.org/themes/remotewms" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.deegree.org/themes/remotewms https://schemas.deegree.org/core/3.5//themes/remotewms/remotewms.xsd">
xsi:schemaLocation="http://www.deegree.org/themes/remotewms https://schemas.deegree.org/core/3.5/themes/remotewms/remotewms.xsd">
<RemoteWMSId>d3</RemoteWMSId>
<LayerStoreId>d3</LayerStoreId>
</RemoteWMSThemes>
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ public int compare(FeatureType o1, FeatureType o2) {
// m.setProperty( Marshaller.JAXB_FORMATTED_OUTPUT, Boolean.TRUE );
// m.setProperty( Marshaller.JAXB_SCHEMA_LOCATION,
// "http://www.deegree.org/feature/featuretype
// http://schemas.deegree.org/core/3.5/feature/postgis_appschema.xsd"
// https://schemas.deegree.org/core/3.5/feature/postgis_appschema.xsd"
// );
// m.marshal( jaxbSchema, System.out );
}
Expand Down

0 comments on commit 87619f0

Please sign in to comment.