Select to view content in your preferred language

How to create a Sharepoint Web Part with an ESRI Map ?

557
2
03-03-2011 10:45 AM
DasSunkara
New Contributor
Hi, I'm planning to make a web part which should contain an ESRI map with these features...

Should be able to...
1) create circles/shapes at the right location on the map based on the given address.
2) assign a popup window to each circle and each popup will contain it's own links to other websites.
3) use SharePoint lists or read a database table to get multiple addresses.

Just like an 'ArcGis Map Web Part' but wanted to incorporate more features to it. It's great if I can extend this web part and add my own additional features.

Here is the similar google map, each photo has it's own popup with a link (instead of photo I will keep a circle) ... http://maps.google.com/maps?ll=37.759791,-122.415676&spn=0.050146,0.07699&z=14&lci=com.panoramio.all


Can I achieve this using Silverlight and ESRI ArcGIS API/SDK ?
Please shoot your ideas/experiences and code samples. Thanks !
0 Kudos
2 Replies
by Anonymous User
Not applicable
Have you looked at "ArcGIS Mapping For Sharepoint"?

http://help.arcgis.com/en/webapps/sharepoint/
0 Kudos
DasSunkara
New Contributor
Yeah I used the ArcGis Map Web Part in SP 2008. Is there way you can limit the ArcGis Map Web Part's extent to an envelope? The user cannot navigate outside of the envelope defined on the behavior.

I noticed Extensibility feature but it needs 2010 sharepoint...hmmmm !!!
0 Kudos