@honua/sdk-js/mapHonuaMap programmatic map container.

A small, renderer-neutral map handle for tests and headless workflows that mirrors the subset of the MapLibre / Cesium runtime API the SDK contracts against.

import { HonuaMap } from "@honua/sdk-js/map";

const map = new HonuaMap({ extent: { xmin: -158, ymin: 21, xmax: -157, ymax: 22 } });
map.on("extentchange", (event) => console.log(event.extent));
map.setSourceVisible("parcels", false);

References

Classes

Interfaces

AdapterGeoJsonFeature AdapterGeoJsonFeatureCollection AdapterGeoJsonGeometry AutomaticMapLibreCandidate AutomaticMapLibreDiagnostic AutomaticMapLibreIntegration AutomaticMapLibreIntegrationDiagnostic AutomaticMapLibreIntegrationMap AutomaticMapLibreIntegrationOptions AutomaticMapLibreNativeSourceSpec AutomaticMapLibrePlan BindFilterRegistryOptions DataToMapDiagnostic DataToMapLibreMap DataToMapOverflow DataToMapStrategyExplanation ExplainAutomaticMapLibreOptions FeatureServiceAdapterMap HonuaFeatureServiceLayerOptions HonuaMapLibreLayerDefinition HonuaMapLibreLayerOptionsBase HonuaMapLibreMapOptions HonuaMapLibreRasterSourceSpecification HonuaMapLibreStyleOptions HonuaMapServiceLayerOptions HonuaTileServiceLayerOptions LoadHonuaFeatureServiceGeoJsonOptions MapLibreGeoJsonSourceSpecification MapLibreRasterDiagnostic MapLibreRasterProjection MapLibreRasterSourceSpec MountedAutomaticMapLibreSource MountedMapLibreRasterSource MountedSource MountedSourceDiagnostics MountSourceOptions MountSourcePopupContext MountSourcePopupOptions ProjectRasterSourceToMapLibreOptions ProjectSourceToMapLibreOptions RasterSourceSpecOptions RasterSourceToMapLibreMap RealtimeFeatureStateDelta RegisterHonuaFeatureServiceSourcesResult TemporalFilterHandle TemporalFilterMap TemporalPlayback TemporalPlaybackOptions TemporalPlaybackSubscription TemporalPlaybackTick TemporalWindow WebMapJsonToMapLibreStyleOptions WebMapJsonToMapLibreStyleResult WebMapMapLibreManualGap WmsRasterSourceSpecOptions WmtsRasterSourceSpecOptions

Type Aliases

Variables

Functions

References

Re-exports HonuaMap
Re-exports HonuaMapEvent
Re-exports HonuaMapEventListener
Re-exports HonuaMapLibreSourceAdapterError
Re-exports HonuaMapOptions
Re-exports LayerSnapshot
Re-exports MapLibreGeometryKind
Re-exports MapLibreSourceAdapterErrorCode
Re-exports MapLibreSourceDiagnostic
Re-exports MapLibreSourceDiagnosticCode
Re-exports MapLibreSourceProjection
Re-exports MapLibreSourceStrategy
Re-exports MapLibreSourceWorkflowState
Re-exports MountedMapLibreSource
Re-exports mountSourceToMapLibre
Re-exports MountSourceToMapLibreOptions
Re-exports ResolvedMapSource
Re-exports SourceToMapLibreMap