Skip to content

Commit

Permalink
Update minimap credits
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed Apr 16, 2018
1 parent a5e6e04 commit 888a86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/map.3d.js.php
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ function vrtheworldterrain() {
}
function displayMiniMap() {
CesiumMiniMap(viewer, {osm: true});
viewer.scene.frameState.creditDisplay.addDefaultCredit(new Cesium.Credit({ text: '(Minimap: Map data © OpenStreetMap contributors, Open Database Licence)'}));
viewer.scene.frameState.creditDisplay.addDefaultCredit(new Cesium.Credit('(Minimap: Map data © OpenStreetMap contributors, Open Database Licence)'));
}

if (MapTerrain == 'world' || MapTerrain == '') {
Expand Down

0 comments on commit 888a86d

Please sign in to comment.