Select to view content in your preferred language

Adding thematic map usercontrol in existing application

808
5
05-05-2014 12:30 AM
saurabhgupta2
Emerging Contributor
Hello Everyone

I am new to silverlight development . I am trying to add new functionalists to the default template. I tried using the sample code

https://developers.arcgis.com/silverlight/sample-code/start.htm#DynamicLayerThematic

so as to create thematic map of the dynamic layer of my map service. Can anyone illustrate the step by step way out to add usercontrol or widgets to the exiting silverlight app??.

Thanks and regards

Saurabh
0 Kudos
5 Replies
AhmedEl-Sisi
Deactivated User
Hi Saurabh,

Can you post the link of your template so I can know how the widgets is implemented?
0 Kudos
saurabhgupta2
Emerging Contributor
Hello
I am using default template of silverlight ( which are used as starting point of development). My development environment is Api 3.2 and VS 2013 . My question is for any general template.
I have no idea how to implement these for dynamic map layer.

Please help me in this.

Thanks in advance

Regards
Saurabh
0 Kudos
AhmedEl-Sisi
Deactivated User
It will be a good start if you use one of these templates made by esri
https://github.com/Esri/arcgis-templates-silverlight
0 Kudos
saurabhgupta2
Emerging Contributor
Hello
Thanks for showing a path . This helped me to get started ( by seeing how ESRI guys applied spatial query tool into there application). But i am looking for reusable sort of usercontrol which once created can be used in multiple projects .

Please help me in this .

Regards
Saurabh
0 Kudos
AhmedEl-Sisi
Deactivated User
Thematic map sample just depends on a feature layer so you can make a user control in a separate class library (may contains all your reusable controls) and on Feature Layer initialized event pass the feature layer to your control and this should work fine.

Check attached sample (API 3.1 + SL5).

Regards,
Ahmed
0 Kudos