Skip to content

Commit 7baed5e

Browse files
committed
demo: add data sources to nextzen tile attribution
1 parent 365bb6e commit 7baed5e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

demos/scene.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,10 @@ sources:
103103
# zooms: [0, 2, 4, 6, 8, 10, 12, 14, 16] # only load tiles every 2 zooms (overrides max_zoom)
104104
url_params:
105105
api_key: global.api_key
106-
attribution: Tiles by <a href="https://www.nextzen.org/" target="_blank">Nextzen</a>
106+
attribution: |
107+
Tiles by <a href="https://www.nextzen.org/" target="_blank">Nextzen</a>
108+
w/data from <a href="https://www.openstreetmap.org/" target="_blank">OpenStreetMap</a> and
109+
<a href="https://whosonfirst.org/" target="_blank">Who's On First</a>
107110
# request_headers: # send custom headers with tile requests
108111
# Authorization: Bearer xxxxxxxxx
109112
# Data filtering demo with 'scripts' and 'transform' properties:

0 commit comments

Comments
 (0)