maplibre-gl-indoor
Version:
A MapLibre plugin to visualize multi-level buildings
9 lines (7 loc) • 367 B
text/typescript
export { default as addIndoorTo } from "./addIndoorTo";
export { default as IndoorControl } from "./IndoorControl";
export { default as IndoorLayer } from "./IndoorLayer";
export { default as IndoorMap } from "./IndoorMap";
export { default as MapServerHandler } from "./MapServerHandler";
export { default as DefaultStyle } from "./style";
export * from "./Types";