-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vector Tiles #4665
Vector Tiles #4665
Changes from 250 commits
ada9029
ba5197d
7f642b8
7e1297d
3171e6f
6f30747
c95c1f0
8420743
f4cd9db
c77406b
01323ba
fb0925c
0991919
d431a69
7021477
26bb104
22ce894
61d410b
d9b6b0d
0504033
cf61acd
a5c1fa9
b34abe3
cd25740
e3d4fc0
0080112
9a883f0
4e6dfca
66857bf
39f5098
11e2124
aeece61
bd776b9
686de4f
c76f9bd
82b7b36
f7e16f4
93dfdd8
adc73da
f5d2cae
fd23df9
5282d5d
a0bb925
ec6db3d
9ef4d23
1205e03
bba1ca7
a7509de
d31b32f
83cc174
ca14796
848eb25
f1fffb6
6f8bc61
dd6e212
e58d0b1
8805c9b
63ada00
07a2557
346ad3e
244c0cf
a3c19c4
2442aec
a379ee0
03d1a23
d209338
b409f7b
5d6bac9
5f2e46d
553affe
c1c54c3
54dd4f5
39f5672
815e648
0a96758
a17690e
5642430
2defc39
b1b8894
5257ff9
899af16
69584f0
3ac6180
7b3dfdc
6e8cb08
1e6ab0c
1dad5f3
4bc35a5
df81a03
eb1adb7
be04782
cb50ce4
8563ced
14072c5
5648f31
411b8fd
855ccd4
6478a76
40d5e4b
099abba
b5c0565
e16d16c
94fa13d
0ada825
27670f5
bcdf661
403aa24
a9529ee
81337ba
f11e6b6
852df0b
09128f9
4887528
6f75de5
bed73b9
3b05f98
7bef19c
688e705
8ef1b97
603184a
312150a
b79093f
2905c24
5602c30
3a1f7bf
7570c4c
6168e8a
0c1a85d
76b177a
a07d28c
ed55b55
9504afb
ceca0f6
38cc1ae
d3726c3
6379416
69fbd0d
cfa3e0e
46439ef
0060e18
68e52d5
5f3e665
4a168a9
13df9bb
7c1bfb8
d83392d
cc89f78
003ae7a
26a3883
d873b70
2319410
360da0a
98a1cdc
adbc8ac
ff38aff
3c3df68
fd8bd82
3f8b9fc
3393c18
89a8ef4
acd3f81
501c683
a76ae75
ce68124
0f80e6c
8b61e48
5877cef
982aed9
0de3ec4
599fda2
8f31344
155c7ea
d78d3d5
fdae6d3
f433975
d17b3ba
73d26af
27972ff
b4f367a
e7ec3be
2b0f52f
f1ab457
33ff56e
7fe3e37
b3993b5
cc7a228
fad8860
a2a1e2f
0d2f1e1
6981a68
e1218d7
9173555
c1ad375
b448116
f15d07f
1f8fb07
9c054da
db85153
124d290
1fe9fc8
8eabdad
67cdf82
15b58e4
0cefab9
3e88765
bc232cd
764267a
00f1792
7cec63d
3ffd232
d377603
eb07e44
ea49b72
12283c4
79ed093
0ab3156
5fdf1ad
772a9c3
9fbc848
612c5f5
618a892
d566de4
045e458
6e57010
15380ef
92709e8
36b2b53
a4c4506
5232f88
029abad
1fa1976
8f389cb
53ed7f2
5f4ed4c
2385d20
7d27a23
6188233
d42f320
b407913
459639a
bf9572d
0f5b30e
5587f89
695a60d
09a8fd2
fe81890
8350f31
3340438
b40c2a9
c379c63
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> <!-- Use Chrome Frame in IE --> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> | ||
<meta name="description" content="Sample photogrammetry and classification datasets both rendered with 3D Tiles."> | ||
<meta name="cesium-sandcastle-labels" content="Showcases, 3D Tiles"> | ||
<title>Cesium Demo</title> | ||
<script type="text/javascript" src="../Sandcastle-header.js"></script> | ||
<script type="text/javascript" src="../../../ThirdParty/requirejs-2.1.20/require.js"></script> | ||
<script type="text/javascript"> | ||
require.config({ | ||
baseUrl : '../../../Source', | ||
waitSeconds : 60 | ||
}); | ||
</script> | ||
</head> | ||
<body class="sandcastle-loading" data-sandcastle-bucket="bucket-requirejs.html"> | ||
<style> | ||
@import url(../templates/bucket.css); | ||
</style> | ||
<div id="cesiumContainer" class="fullSize"></div> | ||
<div id="loadingOverlay"><h1>Loading...</h1></div> | ||
<div id="toolbar"></div> | ||
<script id="cesium_sandcastle_script"> | ||
function startup(Cesium) { | ||
'use strict'; | ||
//Sandcastle_Begin | ||
var viewer = new Cesium.Viewer('cesiumContainer'); | ||
|
||
var tileset = viewer.scene.primitives.add(new Cesium.Cesium3DTileset({ | ||
url : 'https://beta.cesium.com/api/assets/1458?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiIxYmJiNTAxOC1lOTg5LTQzN2EtODg1OC0zMWJjM2IxNGNlYmMiLCJpZCI6NDQsImFzc2V0cyI6WzE0NThdLCJpYXQiOjE0OTkyNjM4MjB9.1WKijRa-ILkmG6utrhDWX6rDgasjD7dZv-G5ZyCmkKg' | ||
})); | ||
|
||
tileset.readyPromise.then(function() { | ||
var boundingSphere = tileset.boundingSphere; | ||
viewer.camera.viewBoundingSphere(boundingSphere, new Cesium.HeadingPitchRange(0.0, -0.5, boundingSphere.radius)); | ||
viewer.camera.lookAtTransform(Cesium.Matrix4.IDENTITY); | ||
}).otherwise(function(error) { | ||
throw(error); | ||
}); | ||
|
||
var classification = viewer.scene.primitives.add(new Cesium.Cesium3DTileset({ | ||
url: 'https://beta.cesium.com/api/assets/3486?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiIzZjM4MjljZi0xNTAzLTQ0MzctODhlZi0zOTU3Njg5ODA1Y2QiLCJpZCI6OCwiaWF0IjoxNDgxODI5ODMyfQ.dYlV8_PoXcFNlPHGook5kMzuJMS-Bb9DCMzI1mFVvgE', | ||
classificationType : Cesium.ClassificationType.CESIUM_3D_TILE | ||
})); | ||
|
||
classification.readyPromise.then(function() { | ||
classification.style = new Cesium.Cesium3DTileStyle({ | ||
color : 'rgba(255, 0, 0, 0.5)' | ||
}); | ||
}).otherwise(function(error) { | ||
throw(error); | ||
}); | ||
|
||
var nonClassification = viewer.scene.primitives.add(new Cesium.Cesium3DTileset({ | ||
url: 'https://beta.cesium.com/api/assets/3486?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiIzZjM4MjljZi0xNTAzLTQ0MzctODhlZi0zOTU3Njg5ODA1Y2QiLCJpZCI6OCwiaWF0IjoxNDgxODI5ODMyfQ.dYlV8_PoXcFNlPHGook5kMzuJMS-Bb9DCMzI1mFVvgE', | ||
show : false | ||
})); | ||
nonClassification.readyPromise.then(function() { | ||
nonClassification.style = new Cesium.Cesium3DTileStyle({ | ||
color : 'rgba(255, 0, 0, 0.5)' | ||
}); | ||
}).otherwise(function(error) { | ||
throw(error); | ||
}); | ||
|
||
Cesium.when.join(classification.readyPromise, nonClassification.readyPromise).then(function() { | ||
Sandcastle.addToggleButton('Show classification', true, function(checked) { | ||
classification.show = checked; | ||
nonClassification.show = !checked; | ||
}); | ||
}); | ||
//Sandcastle_End | ||
Sandcastle.finishedLoading(); | ||
} | ||
if (typeof Cesium !== "undefined") { | ||
startup(Cesium); | ||
} else if (typeof require === "function") { | ||
require(["Cesium"], startup); | ||
} | ||
</script> | ||
</body> | ||
</html> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> <!-- Use Chrome Frame in IE --> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> | ||
<meta name="description" content="A sample Vector dataset on terrain rendered with 3D Tiles."> | ||
<meta name="cesium-sandcastle-labels" content="Showcases, 3D Tiles"> | ||
<title>Cesium Demo</title> | ||
<script type="text/javascript" src="../Sandcastle-header.js"></script> | ||
<script type="text/javascript" src="../../../ThirdParty/requirejs-2.1.20/require.js"></script> | ||
<script type="text/javascript"> | ||
require.config({ | ||
baseUrl : '../../../Source', | ||
waitSeconds : 60 | ||
}); | ||
</script> | ||
</head> | ||
<body class="sandcastle-loading" data-sandcastle-bucket="bucket-requirejs.html"> | ||
<style> | ||
@import url(../templates/bucket.css); | ||
</style> | ||
<div id="cesiumContainer" class="fullSize"></div> | ||
<div id="loadingOverlay"><h1>Loading...</h1></div> | ||
<script id="cesium_sandcastle_script"> | ||
function startup(Cesium) { | ||
'use strict'; | ||
//Sandcastle_Begin | ||
//Point Cloud by Prof. Peter Allen, Columbia University Robotics Lab. Scanning by Alejandro Troccoli and Matei Ciocarlie. | ||
var viewer = new Cesium.Viewer('cesiumContainer'); | ||
|
||
var tileset = viewer.scene.primitives.add(new Cesium.Cesium3DTileset({ | ||
url : 'https://beta.cesium.com/api/assets/1460?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiIyMzk2YzJiOS1jZGFmLTRlZmYtYmQ4MS00NTA3NjEwMzViZTkiLCJpZCI6NDQsImFzc2V0cyI6WzE0NjBdLCJpYXQiOjE0OTkyNjQ3NTV9.oWjvN52CRQ-dk3xtvD4e8ZnOHZhoWSpJLlw115mbQJM' | ||
})); | ||
|
||
// Vector 3D Tiles are experimental and the format is subject to change in the future. | ||
// For more details, see: | ||
// https://github.com/AnalyticalGraphicsInc/3d-tiles/tree/vector-tiles/TileFormats/VectorData | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this demo using the vector format? |
||
var classification = viewer.scene.primitives.add(new Cesium.Cesium3DTileset({ | ||
url: 'https://beta.cesium.com/api/assets/3469?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiIzZjM4MjljZi0xNTAzLTQ0MzctODhlZi0zOTU3Njg5ODA1Y2QiLCJpZCI6OCwiaWF0IjoxNDgxODI5ODMyfQ.dYlV8_PoXcFNlPHGook5kMzuJMS-Bb9DCMzI1mFVvgE', | ||
skipLevelOfDetail : false, | ||
classificationType : Cesium.ClassificationType.CESIUM_3D_TILE | ||
})); | ||
classification.readyPromise.then(function() { | ||
classification.style = new Cesium.Cesium3DTileStyle({ | ||
color : { | ||
conditions : [ | ||
["${id} === 'roof1'", "color('#004FFF', 0.5)"], | ||
["${id} === 'towerBottom1'", "color('#33BB66', 0.5)"], | ||
["${id} === 'towerTop1'", "color('#0099AA', 0.5)"], | ||
["${id} === 'roof2'", "color('#004FFF', 0.5)"], | ||
["${id} === 'tower3'", "color('#FF8833', 0.5)"], | ||
["${id} === 'tower4'", "color('#FFAA22', 0.5)"], | ||
["true", "color('#FFFF00', 0.5)"] | ||
] | ||
} | ||
}); | ||
}); | ||
|
||
viewer.scene.camera.setView({ | ||
destination : new Cesium.Cartesian3(4401448.974612145, 225038.45962842644, 4595135.776680152), | ||
orientation : { | ||
heading : 5.36861655457269, | ||
pitch : -0.4029289137364358 | ||
} | ||
}); | ||
|
||
// Information about the currently highlighted feature | ||
var highlighted = { | ||
feature: undefined, | ||
originalColor: new Cesium.Color() | ||
}; | ||
|
||
// Color a feature yellow on hover. | ||
viewer.screenSpaceEventHandler.setInputAction(function onMouseMove(movement) { | ||
// If a feature was previously highlighted, undo the highlight | ||
if (Cesium.defined(highlighted.feature)) { | ||
highlighted.feature.color = highlighted.originalColor; | ||
highlighted.feature = undefined; | ||
} | ||
|
||
// Pick a new feature | ||
var pickedFeature = viewer.scene.pick(movement.endPosition); | ||
if (!Cesium.defined(pickedFeature)) { | ||
return; | ||
} | ||
|
||
// Highlight the feature | ||
highlighted.feature = pickedFeature; | ||
Cesium.Color.clone(pickedFeature.color, highlighted.originalColor); | ||
pickedFeature.color = Cesium.Color.WHITE.withAlpha(0.5); | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should the color be yellow instead? |
||
}, Cesium.ScreenSpaceEventType.MOUSE_MOVE); | ||
//Sandcastle_End | ||
Sandcastle.finishedLoading(); | ||
} | ||
if (typeof Cesium !== "undefined") { | ||
startup(Cesium); | ||
} else if (typeof require === "function") { | ||
require(["Cesium"], startup); | ||
} | ||
</script> | ||
</body> | ||
</html> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,137 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> <!-- Use Chrome Frame in IE --> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> | ||
<meta name="description" content="A sample Vector dataset on terrain rendered with 3D Tiles."> | ||
<meta name="cesium-sandcastle-labels" content="Showcases, 3D Tiles"> | ||
<title>Cesium Demo</title> | ||
<script type="text/javascript" src="../Sandcastle-header.js"></script> | ||
<script type="text/javascript" src="../../../ThirdParty/requirejs-2.1.20/require.js"></script> | ||
<script type="text/javascript"> | ||
require.config({ | ||
baseUrl : '../../../Source', | ||
waitSeconds : 60 | ||
}); | ||
</script> | ||
</head> | ||
<body class="sandcastle-loading" data-sandcastle-bucket="bucket-requirejs.html"> | ||
<style> | ||
@import url(../templates/bucket.css); | ||
</style> | ||
<div id="cesiumContainer" class="fullSize"></div> | ||
<div id="loadingOverlay"><h1>Loading...</h1></div> | ||
<script id="cesium_sandcastle_script"> | ||
function startup(Cesium) { | ||
'use strict'; | ||
//Sandcastle_Begin | ||
var viewer = new Cesium.Viewer('cesiumContainer'); | ||
|
||
viewer.terrainProvider = new Cesium.CesiumTerrainProvider({ | ||
url : 'https://assets.agi.com/stk-terrain/v1/tilesets/world/tiles', | ||
requestWaterMask : true, | ||
requestVertexNormals : true | ||
}); | ||
|
||
var geocoder = viewer.geocoder.viewModel; | ||
geocoder.searchText = 'Vienna'; | ||
geocoder.flightDuration = 0.0; | ||
geocoder.search(); | ||
|
||
|
||
// Vector 3D Tiles are experimental and the format is subject to change in the future. | ||
// For more details, see: | ||
// https://github.com/AnalyticalGraphicsInc/3d-tiles/tree/vector-tiles/TileFormats/VectorData | ||
var tileset = viewer.scene.primitives.add(new Cesium.Cesium3DTileset({ | ||
url: 'https://beta.cesium.com/api/assets/3395?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiIzZjM4MjljZi0xNTAzLTQ0MzctODhlZi0zOTU3Njg5ODA1Y2QiLCJpZCI6OCwiaWF0IjoxNDgxODI5ODMyfQ.dYlV8_PoXcFNlPHGook5kMzuJMS-Bb9DCMzI1mFVvgE', | ||
skipLevelOfDetail : false, | ||
classificationType : Cesium.ClassificationType.TERRAIN | ||
})); | ||
|
||
tileset.readyPromise.then(function() { | ||
tileset.style = new Cesium.Cesium3DTileStyle({ | ||
color : 'rgba(255, 255, 255, 0.5)' | ||
}); | ||
}).otherwise(function(error) { | ||
throw(error); | ||
}); | ||
|
||
// Information about the currently selected feature | ||
var selected = { | ||
feature: undefined, | ||
originalColor: new Cesium.Color() | ||
}; | ||
|
||
// Information about the currently highlighted feature | ||
var highlighted = { | ||
feature: undefined, | ||
originalColor: new Cesium.Color() | ||
}; | ||
|
||
// Color a feature yellow on hover. | ||
viewer.screenSpaceEventHandler.setInputAction(function onMouseMove(movement) { | ||
// If a feature was previously highlighted, undo the highlight | ||
if (Cesium.defined(highlighted.feature)) { | ||
highlighted.feature.color = highlighted.originalColor; | ||
highlighted.feature = undefined; | ||
} | ||
|
||
// Pick a new feature | ||
var pickedFeature = viewer.scene.pick(movement.endPosition); | ||
if (!Cesium.defined(pickedFeature)) { | ||
return; | ||
} | ||
|
||
// Highlight the feature if it's not already selected. | ||
if (pickedFeature !== selected.feature) { | ||
highlighted.feature = pickedFeature; | ||
Cesium.Color.clone(pickedFeature.color, highlighted.originalColor); | ||
pickedFeature.color = Cesium.Color.YELLOW; | ||
} | ||
}, Cesium.ScreenSpaceEventType.MOUSE_MOVE); | ||
|
||
// Color a feature on selection and show metadata in the InfoBox. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove note about the InfoBox. |
||
var clickHandler = viewer.screenSpaceEventHandler.getInputAction(Cesium.ScreenSpaceEventType.LEFT_CLICK); | ||
viewer.screenSpaceEventHandler.setInputAction(function onLeftClick(movement) { | ||
// If a feature was previously selected, undo the highlight | ||
if (Cesium.defined(selected.feature)) { | ||
selected.feature.color = selected.originalColor; | ||
selected.feature = undefined; | ||
} | ||
|
||
// Pick a new feature | ||
var pickedFeature = viewer.scene.pick(movement.position); | ||
if (!Cesium.defined(pickedFeature)) { | ||
clickHandler(movement); | ||
return; | ||
} | ||
|
||
// Select the feature if it's not already selected | ||
if (selected.feature === pickedFeature) { | ||
return; | ||
} | ||
selected.feature = pickedFeature; | ||
|
||
// Save the selected feature's original color | ||
if (pickedFeature === highlighted.feature) { | ||
Cesium.Color.clone(highlighted.originalColor, selected.originalColor); | ||
highlighted.feature = undefined; | ||
} else { | ||
Cesium.Color.clone(pickedFeature.color, selected.originalColor); | ||
} | ||
|
||
// Highlight newly selected feature | ||
pickedFeature.color = Cesium.Color.LIME; | ||
}, Cesium.ScreenSpaceEventType.LEFT_CLICK); | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There should be a comment explaining why the selected feature doesn't stay selected when you zoom in and out, and link to CesiumGS/3d-tiles#265. |
||
//Sandcastle_End | ||
Sandcastle.finishedLoading(); | ||
} | ||
if (typeof Cesium !== "undefined") { | ||
startup(Cesium); | ||
} else if (typeof require === "function") { | ||
require(["Cesium"], startup); | ||
} | ||
</script> | ||
</body> | ||
</html> |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,13 @@ Change Log | |
* Added `Plane.transformPlane` function to apply a transformation to a plane. [#5966](https://github.com/AnalyticalGraphicsInc/cesium/pull/5966) | ||
* Added `PlaneGeometry`, `PlaneOutlineGeometry`, `PlaneGeometryUpdater`, and `PlaneOutlineGeometryUpdater` classes to render plane primitives. [#5996](https://github.com/AnalyticalGraphicsInc/cesium/pull/5996) | ||
* Added `PlaneGraphics` class and `plane` property to `Entity`. [#5996](https://github.com/AnalyticalGraphicsInc/cesium/pull/5996) | ||
* Added `AttributeCompression.zigZagDeltaDecode` which will decode delta and ZigZag encoded buffers in place. | ||
* Added `pack` and `unpack` functions to `OrientedBoundingBox` for packing to and unpacking from a flat buffer. | ||
* Added experimental support for [3D Tiles Vector Data](https://github.com/AnalyticalGraphicsInc/3d-tiles/tree/vector-tiles/TileFormats/VectorData) ([#4665](https://github.com/AnalyticalGraphicsInc/cesium/pull/4665)). The new and modified Cesium APIs are: | ||
* `Cesium3DTileStyle` has expanded for styling point features. See the [styling specification](https://github.com/AnalyticalGraphicsInc/3d-tiles/tree/vector-tiles/Styling#vector-data) for details. | ||
* `Cesium3DTileFeature` can modify `color` and `show` properties for polygon, polyline, and geometry features. | ||
* `Cesium3DTilePointFeature` can modify the styling options for a point feature. | ||
* Added `Cesium3DTileset.classificationType` to specify if a tileset classifies terrain, another 3D Tiles tileset, or both. This only applies to vector, geometry and batched 3D model tilesets. See [#6033](https://github.com/AnalyticalGraphicsInc/cesium/pull/6033) for limitations on the glTF contained in the b3dm tile. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should the b3dm restrictions be mentioned here in |
||
|
||
### 1.40 - 2017-12-01 | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will there be any Sandcastle examples using vector tiles in the more traditional sense - labels, billboards, polylines, etc? Also it's not completely clear which of the new demos are using b3dm vs. geom vs. vctr for classification. Each should have a comment about what tile format they are using.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a comment to each example.
The
3D Tiles Terrain Classification
example is traditional vector tiles (polygons draped on terrain). There are no polylines or points/billboards/labels. This is the best I can do until I find better open data and better tiling.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I opened an issue to keep track of this: #6095