An 'UniqueValueRenderer' which allows to change the symbol depending on the value of a field should be what you are looking for.
You need to rotate the map in the Silverlight application, not in ArcMap.<esri:Map Rotation="90" />
sri:MapResourceManager ID="MapResourceManager1" runat="server" style="position: absolute; left: 344px; top: 130px; z-index: 1503;" OnResourceInit="ResourceManager_ResourceInit"> <ResourceItems> <esri:MapResourceItem DisplaySettings="visible=True:transparency=0:mime=True:imgFormat=PNG8:height=350:width=600:dpi=96:color=-16710905:transbg=True:displayInToc=True:dynamicTiling=False" LayerDefinitions="" Definition="<Definition DataSourceDefinition="10.1.3.127" DataSourceType="ArcGIS Server Local" Identity="" ResourceDefinition="(default)@BaseMap1&quot; />" Name="BaseMap1" /> <esri:MapResourceItem DisplaySettings="visible=True:transparency=0:mime=True:imgFormat=PNG8:height=350:width=600:dpi=96:color=:transbg=False:displayInToc=True:dynamicTiling=False" LayerDefinitions="" Definition="<Definition DataSourceDefinition="10.1.3.127" DataSourceType="ArcGIS Server Local" Identity="" ResourceDefinition="(default)@FeatureLayer1&quot; />" Name="FeatureLayer1" /> </ResourceItems> </esri:MapResourceManager>
Do you get the same result by using a dynamiclayer coming from arcgisonline instead of your own server?
My features are supposed to be horizontal but they are displaying vertically.Could you give more info about this issue?
My features are supposed to be horizontal but they are displaying vertically.
I noticed that the geometry of your feature layer was of type polygon :and that you were using a marker symbol You should use a fill symbol instead.
Geometry Type: esriGeometryPolygon
FeatureSymbol="{StaticResource MyMarkerSymbol}"
Also the labels(annotation) are not being displayed.
But does 2.0 support VS 2008? I see the minimum install is VS 2010 and I m using WPF not silverlight.We are using Expression Blend 3 .
But does 2.0 support VS 2008? I see the minimum install is VS 2010 and I m using WPF not silverlight.We are using Expression Blend 3 .So I don't think upgrading to 2.0 is possible at this time.
I have checked with the sample and my code and it is similar I cannot figure out why the features layer is not rendered.
Also, Upon clicking these units on the map some function should be performed.How do we determine which unit has been clicked?
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.