@honua/sdk-js/honua — the Honua-first SDK entrypoint.
Re-exports the core HonuaClient, the cross-protocol typing primitives,
the filter / cache / runtime helpers, and the Honua-native client wrappers
(HonuaFeatureLayer, HonuaMapService, HonuaOgcFeatures, HonuaWfs, ...).
Use this entrypoint for new code. For migration code that talks the legacy
Esri shape, import from @honua/sdk-js/esri-compat. For protocol-neutral
cross-protocol code, import from @honua/sdk-js/contract.
@honua/sdk-js/honua— the Honua-first SDK entrypoint.Re-exports the core HonuaClient, the cross-protocol typing primitives, the filter / cache / runtime helpers, and the Honua-native client wrappers (
HonuaFeatureLayer,HonuaMapService,HonuaOgcFeatures,HonuaWfs, ...).Use this entrypoint for new code. For migration code that talks the legacy Esri shape, import from
@honua/sdk-js/esri-compat. For protocol-neutral cross-protocol code, import from@honua/sdk-js/contract.Example