Hi Everyone,
I have a problem. I wanna display my map on geoserver in flex with wms
control. But I couldn't do it. Please help me!
<os:Map id="fxmap"
width="512"
height="356"
x="0"
y="0">
<os:WMS name="wms"
url="
http://localhost:8282/geoserver/wms"
projection="EPSG:2320"
layers="belsis:omahalle_MAHALLE_Polygons"
/>
<os:DragHandler/>
<os:ClickHandler/>
<os:WheelHandler/>
<os:MousePosition x="10"
y="{fxmap.height-20}"
displayProjection="EPSG:2320"
/>
</os:Map>
I couldn't understand where is the problem...