Skip to content

Commit

Permalink
Update map_settings.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rbrundritt authored Oct 14, 2024
1 parent 1220087 commit de5479a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/settings/map_settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ export let mapSettings = {

//Option 1: Use Azure Active Directory authentication for secure access to Azure Maps.
//authType: "anonymous",
//clientId: "d069e722-70c3-4dd6-8532-a6f4b18c9bfb", //Your Azure Maps client id for accessing your Azure Maps account.
//clientId: "<You Azure Maps Client ID>", //Your Azure Maps client id for accessing your Azure Maps account.
//getToken: function (resolve, reject, map) {
// //URL to your authentication service that retrieves an Azure Active Directory Token.
// var tokenServiceUrl = "https://spatial-annotation-tool-maps-auth2.azurewebsites.net/api/GetAzureMapsToken";
// var tokenServiceUrl = "<URL to your Azure Maps Token service>";

// fetch(tokenServiceUrl).then(r => r.text()).then(token => resolve(token));
//}
Expand Down

0 comments on commit de5479a

Please sign in to comment.