[OSM-talk] JOSM WMS Plugin - Adding custom WMS Service
Patrick Weber
p.weber at ucl.ac.uk
Sun Aug 31 17:37:13 BST 2008
Hi
I have setup a local WMS server on my machine which I want to make use
of in JOSM for some local aerial imagery I have. I installed the JOSM
WMS plugin, and it allows me to use the predefined WMS Servers (for
example the Landsat one works).
I do have trouble though with setting up my local wms server. I tried
setting up the connection string in the plugin preferences, but I never
get imagery in JOSM. I can add the custom layer to Josm, but no imagery
ever shows up. I dont get any error messages though.
The connection string I am using at the moment is:
http://localhost/echternach/wms.asp?request=GetMap&layers=VE&styles=&srs=EPSG:4326&format=image/
I attach the Capabilities XML response of my local server here for your
reference, hopefully this is enough information to construct a working
connection string.
Can anyone help me out here with a valid connection string? The WMS
Server software is Manifold GIS.
Thanks!
Patrick
<WMT_MS_Capabilities version="1.1.1" updateSequence="0">
-
<Service>
<Name>OGC:WMS</Name>
<Title>My Map Server</Title>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost/echternach/wms.asp"/>
<Fees>none</Fees>
<AccessConstraints>none</AccessConstraints>
</Service>
-
<Capability>
-
<Request>
-
<GetCapabilities>
<Format>text/xml</Format>
-
<DCPType>
-
<HTTP>
-
<Get>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost/echternach/wms.asp"/>
</Get>
</HTTP>
</DCPType>
</GetCapabilities>
-
<GetMap>
<Format>image/png</Format>
-
<DCPType>
-
<HTTP>
-
<Get>
<OnlineResource xlink:type="simple"
xlink:href="http://localhost/echternach/wms.asp"/>
</Get>
</HTTP>
</DCPType>
</GetMap>
</Request>
-
<Exception>
<Format>application/vnd.ogc.se_xml</Format>
</Exception>
-
<Layer cascaded="0" noSubsets="0" opaque="0" queryable="0">
<Title>Map</Title>
<SRS>EPSG:4326</SRS>
<LatLonBoundingBox minx="6.373435571420571000000000e+000"
miny="4.978391470990119000000000e+001"
maxx="6.475895737488811800000000e+000"
maxy="4.984168192818073400000000e+001"/>
<BoundingBox SRS="EPSG:4326" minx="6.373435571420571000000000e+000"
miny="4.978391470990119000000000e+001"
maxx="6.475895737488811800000000e+000"
maxy="4.984168192818073400000000e+001"/>
-
<Layer>
<Name>VE</Name>
<Title>VE</Title>
<SRS>EPSG:4326</SRS>
</Layer>
</Layer>
</Capability>
</WMT_MS_Capabilities>
More information about the talk
mailing list