Skip to content

Commit

Permalink
demo: add data sources to nextzen tile attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
bcamper committed Aug 2, 2020
1 parent 365bb6e commit 7baed5e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion demos/scene.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,10 @@ sources:
# zooms: [0, 2, 4, 6, 8, 10, 12, 14, 16] # only load tiles every 2 zooms (overrides max_zoom)
url_params:
api_key: global.api_key
attribution: Tiles by <a href="https://www.nextzen.org/" target="_blank">Nextzen</a>
attribution: |
Tiles by <a href="https://www.nextzen.org/" target="_blank">Nextzen</a>
w/data from <a href="https://www.openstreetmap.org/" target="_blank">OpenStreetMap</a> and
<a href="https://whosonfirst.org/" target="_blank">Who's On First</a>
# request_headers: # send custom headers with tile requests
# Authorization: Bearer xxxxxxxxx
# Data filtering demo with 'scripts' and 'transform' properties:
Expand Down

0 comments on commit 7baed5e

Please sign in to comment.