Skip to content

Commit

Permalink
Add a basic basemap page (needs a lot of help)
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 committed Jul 9, 2024
1 parent 860040d commit 1a4bcad
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export default defineConfig({
{ text: 'Whale shark trajectory', link: '/whale_shark' },
{ text: 'Ice loss animation', link: '/iceloss_ex' },
{ text: 'Interpolation On The Fly', link: '/interpolation' },
{ text: 'Base maps', link: '/basemap' },
]
},

Expand Down
10 changes: 10 additions & 0 deletions docs/src/basemap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Base maps

A "base map" is essentially a static image composed of map tiles, accessible through the [`basemap`](@ref) function.

## Examples

NASA GIBS tileset on GeoAxis

OpenSnowMap sounds really cool, maybe a North Pole projection?

0 comments on commit 1a4bcad

Please sign in to comment.