Skip to content

Commit

Permalink
Merge pull request #445 from malariagen/GH443_remove_Stamen_basemaps
Browse files Browse the repository at this point in the history
Remove Stamen basemaps
  • Loading branch information
leehart authored Nov 9, 2023
2 parents c637e39 + 63a837b commit 164c132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions malariagen_data/anoph/map_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
"opentopomap": ipyleaflet.basemaps.OpenTopoMap,
"positron": ipyleaflet.basemaps.CartoDB.Positron,
"satellite": ipyleaflet.basemaps.Gaode.Satellite,
"terrain": ipyleaflet.basemaps.Stamen.Terrain,
"watercolor": ipyleaflet.basemaps.Stamen.Watercolor,
"worldimagery": ipyleaflet.basemaps.Esri.WorldImagery,
"worldstreetmap": ipyleaflet.basemaps.Esri.WorldStreetMap,
"worldtopomap": ipyleaflet.basemaps.Esri.WorldTopoMap,
Expand Down
4 changes: 2 additions & 2 deletions notebooks/plot_samples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"source": [
"# Demo using a different basemap provider\n",
"# - The map background will appear grey if provision of tiles fails\n",
"tile_URL_pattern = \"https://stamen-tiles.a.ssl.fastly.net/watercolor/{z}/{x}/{y}.png\"\n",
"tile_URL_pattern = \"https://tile.openstreetmap.org/{z}/{x}/{y}.png\"\n",
"ag3.plot_samples_interactive_map(\n",
" sample_sets=[\"3.0\"],\n",
" basemap=ipyleaflet.TileLayer(url=tile_URL_pattern),\n",
Expand Down Expand Up @@ -204,7 +204,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.16"
"version": "3.10.12"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 164c132

Please sign in to comment.