Skip to content

Commit 18ea738

Browse files
committed
Update geolocation module version
1 parent 64a0021 commit 18ea738

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

Static/lib/azure-maps/azure-maps-geolocation-control.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/*
2+
azure-maps-geolocation-control Version: 0.0.3
3+
24
MIT License
35
46
Copyright (c) Microsoft Corporation.
@@ -602,7 +604,7 @@ MIT License
602604
GeolocationControl.prototype._getMarkerIcon = function () {
603605
var icon = document.createElement('div');
604606
icon.className = 'gps-container';
605-
icon.innerHTML = GeolocationControl._gpsDotIcon.replace('{color}', 'dodgerBlue');
607+
icon.innerHTML = GeolocationControl._gpsDotIcon.replace('{color}', this._options.markerColor);
606608
return icon;
607609
};
608610
GeolocationControl.prototype._updateMarkerHeading = function () {

0 commit comments

Comments
 (0)