Swf attribute output from OGC plus GML?

Grant, Ryan rgrant at NRCAN.GC.CA
Wed Sep 14 17:26:18 EDT 2005


 Hey there, 
I have a map file that uses an OGR connection to a GML file. It displays
fine using jpeg and single SWF output formats. However once I switch to the
multiple layer SWF format, I get nothing being displayed. 

Also, I was hoping to use the swf "Dump Attributes", but I'm not sure
exactly how to correctly map my gml to the "Result_Fields" and
"SwfDumpAttributes" portions of my mapfile.

Any help would be appreciated. Thanks!

Ryan Grant



A snippet from my GML looks like this:

<gml:featureMember>
	<nrcan:Mines>
	<gml:boundedBy>
		<gml:Box srsName="EPSG:4326">
			<gml:coordinates>-59.033300,-34.100000
-59.033300,-34.100000
			</gml:coordinates>
		</gml:Box>
	</gml:boundedBy>
	<gml:pointProperty>
	<gml:Point srsName="EPSG:4326">
		<gml:coordinates>-59.033300,-34.100000</gml:coordinates>
	</gml:Point>
	</gml:pointProperty>
	<nrcan:CTRY_NAME>ARGENTINA</nrcan:CTRY_NAME>
	<nrcan:COU>BUENOS AIRES</nrcan:COU>
	<nrcan:NAM>ZARATE</nrcan:NAM>
	<nrcan:TYP>PROC PLANT</nrcan:TYP>
	<nrcan:CUR>PAST PRODUCER</nrcan:CUR>
	<nrcan:LAT>-34.1000</nrcan:LAT>
	<nrcan:LON>-59.0333</nrcan:LON>
	<nrcan:YFC/>
	<nrcan:COMPANY>COOP DE TRABAJO, ZARATE/MET EST.
MET.SA</nrcan:COMPANY>
	<nrcan:COMMOD>S S</nrcan:COMMOD>
	</nrcan:Mines>
</gml:featureMember> 



More information about the mapserver-users mailing list