File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ fig.update_layout(
116
116
{
117
117
" below" : ' traces' ,
118
118
" sourcetype" : " raster" ,
119
+ " sourceattribution" : " United States Geological Survey" ,
119
120
" source" : [
120
121
" https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/tile/{z} /{y} /{x} "
121
122
]
@@ -147,12 +148,14 @@ fig.update_layout(
147
148
{
148
149
" below" : ' traces' ,
149
150
" sourcetype" : " raster" ,
151
+ " sourceattribution" : " United States Geological Survey" ,
150
152
" source" : [
151
153
" https://basemap.nationalmap.gov/arcgis/rest/services/USGSImageryOnly/MapServer/tile/{z} /{y} /{x} "
152
154
]
153
155
},
154
156
{
155
157
" sourcetype" : " raster" ,
158
+ " sourceattribution" : " Government of Canada" ,
156
159
" source" : [" https://geo.weather.gc.ca/geomet/?"
157
160
" SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&BBOX={bbox-epsg-3857}&CRS=EPSG:3857"
158
161
" &WIDTH=1000&HEIGHT=1000&LAYERS=RADAR_1KM_RDBR&TILED=true&FORMAT=image/png" ],
@@ -191,4 +194,4 @@ See the example in the [plotly and datashader tutorial](/python/datashader).
191
194
192
195
#### Reference
193
196
194
- See https://plotly.com/python/reference/layout/mapbox/ for more information and options!
197
+ See https://plotly.com/python/reference/layout/mapbox/ for more information and options!
You can’t perform that action at this time.
0 commit comments