diff --git a/contribs/gmf/apps/desktop/Controller.js b/contribs/gmf/apps/desktop/Controller.js index a89878a84a99..70e31cc0f0c2 100644 --- a/contribs/gmf/apps/desktop/Controller.js +++ b/contribs/gmf/apps/desktop/Controller.js @@ -58,7 +58,7 @@ const exports = function($scope, $injector) { * @type {Array.} * @export */ - this.elevationLayers = ['aster', 'srtm']; + this.elevationLayers = ['aster', 'srtm', 'srtm-partial']; /** * @type {Object.} @@ -78,7 +78,8 @@ const exports = function($scope, $injector) { */ this.profileLinesconfiguration = { 'aster': {color: '#0000A0'}, - 'srtm': {color: '#00A000'} + 'srtm': {color: '#00A000'}, + 'srtm-partial': {color: '#FF66FF'}, }; /** diff --git a/contribs/gmf/apps/desktop/index.html.ejs b/contribs/gmf/apps/desktop/index.html.ejs index 73e0ad9e1fc9..bd4b9ed9992c 100644 --- a/contribs/gmf/apps/desktop/index.html.ejs +++ b/contribs/gmf/apps/desktop/index.html.ejs @@ -310,7 +310,7 @@ <% } %>