Skip to content

Commit 73affb1

Browse files
Change google to azure
1 parent c6446a4 commit 73affb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CS/AspNetCoreCustomItem/wwwroot/js/OnlineMapItem.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
dataField: 'Provider',
7171
template: Designer.FormItemTemplates.buttonGroup,
7272
editorOptions: {
73-
items: [{ text: 'Google' }, { text: 'Bing' }]
73+
items: [{ text: 'Azure' }, { text: 'Bing' }]
7474
}
7575
}, {
7676
dataField: 'Type',
@@ -193,8 +193,8 @@
193193
// Use the template below to authenticate the application within the required map provider.
194194
//apiKey: {
195195
// bing: 'BINGAPIKEY',
196-
// google: 'GOOGLEAPIKEY'
197-
//},
196+
// azure: 'AZUREAPIKEY'
197+
//},
198198
markers: markers,
199199
routes: routes.length > 0 ? [{
200200
weight: 6,

0 commit comments

Comments
 (0)