Forum Discussion
Sharepoint Online and Bing Maps
I am not using Powerapps. I have added within a list a geolocation field and used script to populate the fields. Once this was done, from the list, I selected to create a new view... a Map View selection was offered. I selected the map view which you can see in the image I posted earlier. I assumed, perhaps incorrectly, that this embedded map view from MS would automatically pick up the geolocation data. Nevertheless, the view does not provide any further information or ability to enter my bing maps keys. Nor, can I find any help information on the map view online.
https://docs.microsoft.com/en-us/sharepoint/dev/general-development/create-a-map-view-for-the-geolocation-field-in-sharepoint
But, it does not provide any information where or how to enter bing maps key information to enable the maps. Thanks.
- AnonymousNov 27, 2017Check this article out. https://gallery.technet.microsoft.com/office/How-to-add-a-Bing-Maps-Key-354e98fa
- Arthur MohrNov 27, 2017Copper Contributor
Thanks Christopher... a couple questions... I thought with Sharepoint Online this capability was already included??? See the article at this link...
https://docs.microsoft.com/en-us/sharepoint/dev/general-development/how-to-add-a-geolocation-column-to-a-list-programmatically-in-sharepoint
... "By default, this file is installed for SharePoint Online."
Secondly, I believe I need access to powershell to upload the script? I do not seem to have access. How do I access powershell and how to enable this script within Powershell?
Really appreciate the help. Thank you!
- AnonymousNov 27, 2017Download is here: https://www.microsoft.com/en-us/download/details.aspx?id=35588
Articles how to connect and use here: https://technet.microsoft.com/en-us/library/fp161372.aspx
Then once connected I supposed follow the article previously, I've personally never done this :).
But it says the files are installed, not your key. You still have to supply a key to your site collection, and far as I can find this is the only way still via powershell setting that property on your site collection.
- AnonymousNov 27, 2017And this as well,, with just simple powershell to do yourself. http://dannyjessee.com/blog/index.php/2013/05/set-the-bing-maps-api-key-in-office-365-using-csom-to-leverage-sharepoint-2013-geolocation-features/