Forum Discussion
Sharepoint Online - Set-SPBingMapsKey
Hi,
I'm trying out Bing Maps on SharePoint, (trying to).
I've got a Subscription Id from Azure.
I'm referring to: https://docs.microsoft.com/en-us/sharepoint/dev/general-development/how-to-set-the-bing-maps-key-at-the-web-and-farm-level-in-sharepoint
When inserting: Set-SPBingMapsKey -BingKey "<Enter a valid Bing Maps key>"
I receive 'Set-SPBingMapsKey' is not a recognized as the name of a cmdlet etc
What am I doing wrong?
Thanks,
Those directions are for SharePoint on-prem. Here is how to do it in SPO:
https://gallery.technet.microsoft.com/office/How-to-add-a-Bing-Maps-Key-354e98fa
3 Replies
Those directions are for SharePoint on-prem. Here is how to do it in SPO:
https://gallery.technet.microsoft.com/office/How-to-add-a-Bing-Maps-Key-354e98fa
- David NobleIron Contributor
Hi,
I believe I've configured the .sp1 correctly from the hyperlink. I had a few errors but then seemed like it worked.
Looking at my site, I couldn't see 'Location' listed.
Under List Settings I went to 'add Columns from Site Columns' and found a 'Location' in there. (Most likely isn't the one I need)
Looked at List Views, I don't see 'Map View' this becomes active when you've added a Geolocation I think?
I have tried to download a copy of either Visual Studio 2012 or Visual Studio 2010 as stated here: https://docs.microsoft.com/en-us/sharepoint/dev/general-development/create-a-map-view-for-the-geolocation-field-in-sharepoint
Do I need either of these?
Not sure what I'm doing wrong here.
- David NobleIron Contributor
Good man, I thought as much. I couldn't find the article I needed. Many thanks.