[fusion-users] selection problems

jbogdani jbogdani at gmail.com
Wed Jun 16 10:46:51 EDT 2010


Hello all,
I have the following problem: I can select fetures on a layer only when all
the other layers are off.
For an example please visit: http://webgis.dyndns.info/webgis/suasa2/

when "Roads" is off I can select on Sites, but if I turn "Roads" on when I
select I can see the resulte of the query on the left, but the map
disappears.

To better understand:
1- go to: http://webgis.dyndns.info/webgis/suasa2/
2- select something
everything works fine
3- turn roads lauer on
4- select something
map disappears, selection result regularly on left panel.
Here is my very simple map file:
MAP
	IMAGETYPE      PNG24
	EXTENT         324926 4823738 345480 4840561
	SIZE           400 300
	SHAPEPATH      "SHP/"
	SYMBOLSET "../fusion-utilities/symbols.sym"
	IMAGECOLOR     255 255 255
	QUERYMAP
		STYLE HILITE
		COLOR 255 0 0
	END

	LAYER 
		NAME         Roads 
		DATA         "roads" 
		STATUS       OFF
		TYPE         LINE
		CLASS
			NAME 'roads'
			STYLE
				COLOR      213 0 213
			END
		END
	END
  
	LAYER
		NAME         Sites
		DATA         "Sites"
		STATUS       ON
		TYPE         POINT
		CLASS
			TEMPLATE "aStringHere"
			NAME 'sites'
			SYMBOL 'square'
				SIZE 4
				COLOR      0 0 0 
			END
		END
	END
END 
-- 
View this message in context: http://osgeo-org.1803224.n2.nabble.com/selection-problems-tp5186819p5186819.html
Sent from the Fusion Users mailing list archive at Nabble.com.


More information about the fusion-users mailing list