Skip to content

Commit

Permalink
Merge pull request #49 from ioos/MathewBiddle-patch-1
Browse files Browse the repository at this point in the history
Update create_asset_inventory_page.py
  • Loading branch information
MathewBiddle authored Dec 7, 2023
2 parents 1c8cdb7 + 61a401c commit a1dbc57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/create_asset_inventory_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ def map_plot(gdf):
name="CartoDB",
).add_to(m)

folium.raster_layers.TileLayer(
name="Toner",
tiles="Stamen Toner",
).add_to(m)
# folium.raster_layers.TileLayer(
# name="Toner",
# tiles="Stamen Toner",
# ).add_to(m)

tiles = "https://server.arcgisonline.com/ArcGIS/rest/services/Ocean/World_Ocean_Reference/MapServer/tile/{z}/{y}/{x}"
folium.raster_layers.TileLayer(
Expand Down

0 comments on commit a1dbc57

Please sign in to comment.