-
Notifications
You must be signed in to change notification settings - Fork 0
XYZTileLayer
Will Breitkreutz edited this page Feb 1, 2024
·
3 revisions
class XYZTileLayer extends Layer
import { XYZTileLayer } from "@usace/groundwork-geo";
new XYZTileLayer(options)
| Name | Type | Default | Description |
|---|---|---|---|
...Layer.options |
All options from the base Layer type above. | ||
url |
string | "" | URL template for the tileset, should include {z}, {x}, and {y} templates to customize requests. |
options |
object | {} |
Options object provided to the lower level Cesium layer object. |
options.maximumLevel |
boolean | true |
Make the XYZTile geometry follow the terrain |
Currently there are no public methods on XYZTileLayer
Core Components
Utilities
Toolbar Stuff
Sidebar Stuff