Skip to content

Commit 965f3af

Browse files
committed
fix after review
1 parent 49d3feb commit 965f3af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/DGCustomization/src/DGMap.BaseLayer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ DG.Map.addInitHook(function() {
2121
function handleTileError() {
2222
var errorMessage = DG.DomUtil.create('div', 'dg-error-message');
2323
if (!this.isErrorWasShown) {
24-
errorMessage.innerHTML = 'Your MapAPI key is invalid. Please contact [email protected] to get MapAPI key.';
24+
errorMessage.innerHTML = 'Your RasterJS API key is invalid. Please contact [email protected] to get RasterJS API key.';
2525

2626
var mapContainer = document.getElementById('map');
2727

src/DGGeoclicker/src/provider/CatalogApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ DG.Geoclicker.Provider.CatalogApi = DG.Class.extend({
138138

139139
if (this._isNotFound(response)) {
140140
if (response && response.meta && response.meta.code === 403) {
141-
console.error('The catalog service is unavailable Please contact [email protected] to get the MapAPI key');
141+
console.error('The catalog service is unavailable. Please contact [email protected] to get the RasterJS API key');
142142
return response
143143
}
144144

0 commit comments

Comments
 (0)