forked from SharpMap/SharpMap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.xml
More file actions
27 lines (27 loc) · 779 Bytes
/
settings.xml
File metadata and controls
27 lines (27 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0"?>
<SharpMapContext xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Users>
<User>
<ID>0</ID>
<UserName>admin</UserName>
<Password>sharpmap</Password>
</User>
</Users>
<Layers>
<WmsLayer>
<Name>States</Name>
<Description>Demo data over US States</Description>
<DataSource>states.shp</DataSource>
<Provider>Shapefile</Provider>
</WmsLayer>
</Layers>
<Capabilities>
<ID>0</ID>
<Abstract>This is an example SharpMap server</Abstract>
<LayerLimit>0</LayerLimit>
<MaxWidth>0</MaxWidth>
<MaxHeight>0</MaxHeight>
<Title>SharpMap Demo Server</Title>
<Keywords>SharpMap,WMS</Keywords>
</Capabilities>
</SharpMapContext>