UNPKG
protomaps-themes-base
Version:
latest (4.5.0)
next (3.1.0-alpha.0)
4.5.0
4.4.0
4.3.1
4.3.0
4.2.0
4.1.0
4.0.1
4.0.0
3.1.0
3.1.0-alpha.0
3.0.1
3.0.0
2.0.0
2.0.0-alpha.6
2.0.0-alpha.5
2.0.0-alpha.4
2.0.0-alpha.3
2.0.0-alpha.2
2.0.0-alpha.1
2.0.0-alpha.0
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.0
0.2.0
0.1.0
0.0.3
0.0.2
0.0.1
Protomaps basemap themes for MapLibre GL JS
github.com/protomaps/basemaps
protomaps/basemaps
protomaps-themes-base
/
dist
/
base_layers.d.ts
5 lines
(4 loc)
•
281 B
TypeScript
View Raw
1
2
3
4
5
import
{
Theme
}
from
"./themes"
;
import
{
LayerSpecification
}
from
"@maplibre/maplibre-gl-style-spec"
;
export
declare
function
nolabels_layers
(
source
:
string
,
t
:
Theme
):
LayerSpecification
[];
export
declare
function
labels_layers
(
source
:
string
,
t
:
Theme
):
LayerSpecification
[];