We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6446a4 commit 73affb1Copy full SHA for 73affb1
CS/AspNetCoreCustomItem/wwwroot/js/OnlineMapItem.js
@@ -70,7 +70,7 @@
70
dataField: 'Provider',
71
template: Designer.FormItemTemplates.buttonGroup,
72
editorOptions: {
73
- items: [{ text: 'Google' }, { text: 'Bing' }]
+ items: [{ text: 'Azure' }, { text: 'Bing' }]
74
}
75
}, {
76
dataField: 'Type',
@@ -193,8 +193,8 @@
193
// Use the template below to authenticate the application within the required map provider.
194
//apiKey: {
195
// bing: 'BINGAPIKEY',
196
- // google: 'GOOGLEAPIKEY'
197
- //},
+ // azure: 'AZUREAPIKEY'
+ //},
198
markers: markers,
199
routes: routes.length > 0 ? [{
200
weight: 6,
0 commit comments