Skip to content

Commit fcf4a2e

Browse files
committed
Update sample_map.html.erb
1 parent b9a6ebc commit fcf4a2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/genomes/sample_map.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
new maplibregl.Map({
2121
container: 'map',
2222
style:
23-
'https://api.maptiler.com/maps/streets/style.json?' +
23+
'https://api.maptiler.com/maps/satellite/style.json?' +
2424
'key=<%= ENV["RAILS_SEQCODE_MAPTILER_KEY"] %>',
2525
center: [lon, lat], // starting position [lng, lat]
2626
zoom: 9 // starting zoom

0 commit comments

Comments
 (0)