const dataset = createDataset({
id: "basemap",
client,
sources: [{
id: "states-mapserver",
protocol: "geoservices-map-service",
locator: { url: "https://your-honua-server.example", serviceId: "states", layerId: 0 },
capabilities: PROTOCOL_DEFAULT_CAPABILITIES["geoservices-map-service"],
}],
});
Adapter factory for a GeoServices MapServer layer.
Reach
Source.protocol("geoservices-map-service")for rawexportImage/identify/findaccess; the canonicalquery()runs against a single sublayer via the MapServer query endpoint.