I'm new to SharePoint, and could really use some advice:
- what is the best way to host a BING map inside Sharepoint ?
The task I have is: to host a bing map inside a Sharepoint 2010 Farm Solution. We need to be able to overlay an ESRI type grid:
http://en.wikipedia.org/wiki/Esri_grid
The data in the grid is sensitive, so would need to avoid transmitting the data back to the BING map server.
My current idea is:
- use javascript to host the bing map in a SharePoint page
separately, read ESRI data from datasource, and overlay that over the bing map (avoiding transmitting an ESRI data to bing)
Does this sound practical with SharePoint 2010 ?
- Have you performed a similar project, and how would you go about it ?
thanks very much
Sean

