<div>Hi,</div>
<div> </div>
<div>I'm trying to add a WFS layer server by geoserver in the chameleon JSAPI sample.</div>
<div>When I put my connection url in the browser I get a valid form back; but when</div>
<div>putting it in a mapfile I get an error saying there's a problem near the beginning</div>
<div>of my layer declaration.</div>
<div>Can someone tell me what's wrong with folllowing syntax:</div>
<div>I've removed the metadata information (I've searched through the mapserver users mailing list and bumped accross</div>
<div>a post where deleting the map file was one of the options to do...)</div>
<div> </div>
<div>LAYER<br> GROUP "Polygon"<br> NAME aaltergrens<br> TYPE POLYGON<br> CONNECTIONTYPE WFS<br> CONNECTION<br>"<a href="http://10.109.2.57:8080/geoserver/wfs?VERSION=1.1.1&REQUEST=GetFeature&TYPENAME=topp:alrgemarea">
http://10.109.2.57:8080/geoserver/wfs?VERSION=1.1.1&REQUEST=GetFeature&TYPENAME=topp:alrgemarea</a>"<br> PROJECTION<br> "init=epsg:31300"<br> END<br> STATUS ON<br> DEBUG TRUE<br> CLASS
<br> NAME "test"<br> COLOR 255 0 0<br> END<br>END<br> <br>PROJECTION<br> "init=epsg:31300"<br>END</div>