svelte-maplibre
Advanced tools
Comparing version 0.9.4 to 0.9.5
@@ -15,2 +15,6 @@ import { SvelteComponentTyped } from "svelte"; | ||
cluster?: ClusterOptions | undefined; | ||
maxzoom?: number | undefined; | ||
attribution?: string | undefined; | ||
buffer?: number | undefined; | ||
tolerance?: number | undefined; | ||
}; | ||
@@ -17,0 +21,0 @@ events: { |
import { SvelteComponentTyped } from "svelte"; | ||
import type { DEMEncoding } from 'maplibre-gl'; | ||
declare const __propDef: { | ||
@@ -7,2 +8,12 @@ props: { | ||
tileSize?: number | undefined; | ||
bounds?: number[] | null | undefined; | ||
attribution?: string | null | undefined; | ||
minzoom?: number | null | undefined; | ||
maxzoom?: number | null | undefined; | ||
volatile?: boolean | null | undefined; | ||
encoding?: DEMEncoding | null | undefined; | ||
redFactor?: number | null | undefined; | ||
greenFactor: number | null; | ||
blueFactor: number | null; | ||
baseShift: number | null; | ||
}; | ||
@@ -9,0 +20,0 @@ events: { |
import { SvelteComponentTyped } from "svelte"; | ||
import type { Scheme } from './types.js'; | ||
declare const __propDef: { | ||
@@ -7,2 +8,8 @@ props: { | ||
tileSize?: number | undefined; | ||
bounds?: number[] | null | undefined; | ||
scheme?: Scheme | null | undefined; | ||
attribution?: string | null | undefined; | ||
minzoom?: number | null | undefined; | ||
maxzoom?: number | null | undefined; | ||
volatile?: boolean | null | undefined; | ||
}; | ||
@@ -9,0 +16,0 @@ events: { |
@@ -53,1 +53,2 @@ import type { Feature, Point } from 'geojson'; | ||
export type DeckGlColorAccessor<DATA> = DeckGlAccessor<DATA, number[]>; | ||
export type Scheme = 'xyz' | 'tms'; |
import { SvelteComponentTyped } from "svelte"; | ||
import type { Scheme } from './types.js'; | ||
declare const __propDef: { | ||
@@ -8,2 +9,8 @@ props: { | ||
promoteId?: string | null | undefined; | ||
bounds?: number[] | null | undefined; | ||
scheme?: Scheme | null | undefined; | ||
attribution?: string | null | undefined; | ||
minzoom?: number | null | undefined; | ||
maxzoom?: number | null | undefined; | ||
volatile?: boolean | null | undefined; | ||
}; | ||
@@ -10,0 +17,0 @@ events: { |
{ | ||
"name": "svelte-maplibre", | ||
"version": "0.9.4", | ||
"version": "0.9.5", | ||
"description": "Svelte bindings for MapLibre", | ||
@@ -5,0 +5,0 @@ "author": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
137991
1637