Skip to content

1.1.0

Compare
Choose a tag to compare
@brianreavis brianreavis released this 05 Jun 01:15
· 143 commits to master since this release
  • 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
]})