Skip to content

Commit

Permalink
revert assembly update
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Oct 18, 2023
1 parent 90207d1 commit cf229d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rio_viz/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<script src='https://unpkg.com/maplibre-gl@2.4.0/dist/maplibre-gl.js'></script>
<link href='https://unpkg.com/maplibre-gl@2.4.0/dist/maplibre-gl.css' rel='stylesheet' />

<link href='https://api.mapbox.com/mapbox-assembly/v1.5.1/assembly.min.css' rel='stylesheet'>
<script async defer src='https://api.mapbox.com/mapbox-assembly/v1.5.1/assembly.js'></script>
<link href='https://api.mapbox.com/mapbox-assembly/v0.23.2/assembly.min.css' rel='stylesheet'>
<script src='https://api.mapbox.com/mapbox-assembly/v0.23.2/assembly.js'></script>
<script src="https://d3js.org/d3.v4.js"></script>
<style>
body { margin:0; padding:0; width:100%; height:100%;}
Expand Down

0 comments on commit cf229d7

Please sign in to comment.