<?xml version="1.0" encoding="utf-8"?>
<mx:Application
xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns:awx="http://www.arcwebservices.com/v2007/awx"
layout="absolute"
>
<awx:Framework/>
<awx:Map createDefaultLayers="false">
<awx:PolygonLayer>
<awx:Polygon>
<awx:PolygonShape>
<awx:GeoPoint x="45" y="45"/>
<awx:GeoPoint x="45" y="-45"/>
<awx:GeoPoint x="-45" y="0"/>
</awx:PolygonShape>
</awx:Polygon>
</awx:PolygonLayer>
</awx:Map>
</mx:Application>
WDYT ? oh and BTW, hoping to put this for the next release :-)
Blogged with Flock
No comments:
Post a Comment