1.1.0
- Added: Introduced layer options. As of this release, there's a single
"bbox"
option that defines the extent of the layer. Any requests outside of this region will yield a 404 Not Found without touching any of the caches, providers, etc.
.layer('mylayer', {bbox: [
-111.37390136718749,
45.3297027614069,
-111.11228942871094,
45.47746617959318
]})