Opened 12 years ago

Closed 12 years ago

#65 closed defect (wontfix)

City and Boundaries layer doesnt load -MS4W 3.0.4

Reported by: markvolzlyoncounty Owned by: bfischer
Priority: minor Milestone: 2.6
Component: Demo Version: 2.6
Keywords: Cc:

Description

Hello,

MS4W 3.0.4 returned the following error when the cities and boundary layer was turned on: msWMSLoadGetMapParams(): WMS server error. Invalid layer(s) given in the LAYERS parameter.

Perhaps there is a wms limitation with the layer "all", which would be unfortunate.

I fixed this by making the following changes in the mapbook:

In the catalog:
<layer title="City and County Boundaries" src="borders/county_borders:borders/city_poly:borders/city_labels:borders/county_labels" status="on"/>

In the map source section:

<map-source name="borders" type="mapserver" reference="true">

<file>./demo/statedata/basemap.map</file>
<layer name="county_borders"/>
<layer name="city_poly"/>
<layer name="city_labels"/>
<layer name="county_labels"/>
<layer name="all"/>

</map-source>

Change History (3)

comment:1 by theduckylittle, 12 years ago

Owner: set to bfischer
Status: newassigned

I'm not seeing this on the GM Trunk demo - http://gmtrunk.houstoneng.net/geomoose.html

IIRC, it's MS4W 3.0.4, but bfischer will need to confirm.

comment:2 by bfischer, 12 years ago

Yes, the GM Trunk demo running at http://gmtrunk.houstoneng.net/geomoose.html

is using MS4W 3.0.4. Which in trun is using MapServer version 6.0.2.

comment:3 by theduckylittle, 12 years ago

Resolution: wontfix
Status: assignedclosed

Trunk assumes Mapserver 6.0.2.

I'm closing this since we're not seeing it on the other MS4W instances.

Note: See TracTickets for help on using tickets.