We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
basemap
1 parent 860040d commit 1a4bcadCopy full SHA for 1a4bcad
docs/src/.vitepress/config.mts
@@ -45,6 +45,7 @@ export default defineConfig({
45
{ text: 'Whale shark trajectory', link: '/whale_shark' },
46
{ text: 'Ice loss animation', link: '/iceloss_ex' },
47
{ text: 'Interpolation On The Fly', link: '/interpolation' },
48
+ { text: 'Base maps', link: '/basemap' },
49
]
50
},
51
docs/src/basemap.md
@@ -0,0 +1,10 @@
1
+# Base maps
2
+
3
+A "base map" is essentially a static image composed of map tiles, accessible through the [`basemap`](@ref) function.
4
5
+## Examples
6
7
+NASA GIBS tileset on GeoAxis
8
9
+OpenSnowMap sounds really cool, maybe a North Pole projection?
10
0 commit comments