-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update basemaps package version to 3.0.1 * flesh out basemap styles page * options to load basemap styles for maplibre: cdn, npm, json * prettier * fix links
- Loading branch information
Showing
8 changed files
with
113 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
title: Basemap Themes | ||
outline: deep | ||
--- | ||
|
||
<script setup> | ||
import MaplibreMap from '../components/MaplibreMap.vue' | ||
</script> | ||
|
||
# Basemap Themes | ||
|
||
These examples use the preferred [MapLibre GL JS](/basemaps/maplibre) library. | ||
|
||
## Default Styles | ||
|
||
### light | ||
|
||
A general-purpose basemap style. | ||
|
||
<MaplibreMap theme="light"/> | ||
|
||
### dark | ||
|
||
A general-purpose basemap style. | ||
|
||
<MaplibreMap theme="dark"/> | ||
|
||
### white | ||
|
||
A style for data visualization. | ||
|
||
<MaplibreMap theme="white"/> | ||
|
||
### grayscale | ||
|
||
A style for data visualization. | ||
|
||
<MaplibreMap theme="grayscale"/> | ||
|
||
### black | ||
|
||
A style for data visualization. | ||
|
||
<MaplibreMap theme="black"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters