add terrain preview and elevation link
This commit is contained in:
parent
03b1c31083
commit
8412c0842b
1 changed files with 0 additions and 2 deletions
|
@ -71,7 +71,6 @@
|
||||||
};
|
};
|
||||||
{{/is_terrain}}
|
{{/is_terrain}}
|
||||||
{{#is_terrain}}
|
{{#is_terrain}}
|
||||||
|
|
||||||
var style = {
|
var style = {
|
||||||
version: 8,
|
version: 8,
|
||||||
sources: {
|
sources: {
|
||||||
|
@ -148,7 +147,6 @@
|
||||||
showInspectButton: false
|
showInspectButton: false
|
||||||
});
|
});
|
||||||
map.addControl(inspect);
|
map.addControl(inspect);
|
||||||
|
|
||||||
map.on('styledata', function() {
|
map.on('styledata', function() {
|
||||||
var layerList = document.getElementById('layerList');
|
var layerList = document.getElementById('layerList');
|
||||||
layerList.innerHTML = '';
|
layerList.innerHTML = '';
|
||||||
|
|
Loading…
Reference in a new issue