ogc-client-integration

Discover and load OGC layers into MapContext from Vue.js apps.

3|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/camptocamp/sextant-viewer --skill ogc-client-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ogc-client-integration
Source: https://github.com/camptocamp/sextant-viewer/tree/main/.claude/skills/ogc-client
Command: npx skills add https://github.com/camptocamp/sextant-viewer --skill ogc-client-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill helps Vue.js apps integrate @camptocamp/ogc-client to discover and load layers from OGC services (WMS, WMTS, WFS, OGC API Features, STAC) into a MapContext-based map viewer.

Core Features & Use Cases

It demonstrates how to query capabilities, discover layers, and dynamically load remote layers into MapContext, covering WMS, WMTS, WFS, OGC API Features, and STAC workflows with practical code examples and integration patterns.

Quick Start

Connect to an OGC service URL with ogc-client and load layers into your MapContext map.

Frequently Asked Questions about ogc-client-integration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I load WMS and WFS layers into a Vue.js map viewer?

You can load WMS and WFS layers by integrating @camptocamp/ogc-client into your Vue.js app to query OGC service capabilities and dynamically render remote layers within a MapContext map instance.

What is the process for discovering available layers in an OGC service?

Discovering available layers in an OGC service involves querying the service URL capabilities using @camptocamp/ogc-client to list accessible WMS, WMTS, WFS, OGC API Features, or STAC layers for map integration.

Can I use ogc-client to integrate STAC and OGC API Features into MapContext?

Yes, you can use @camptocamp/ogc-client to integrate STAC and OGC API Features into MapContext by querying the service endpoints and loading the discovered geospatial data layers directly into your map viewer.

Does integrating WMTS layers into MapContext require Pinia stores?

Integrating WMTS layers into MapContext uses @camptocamp/ogc-client and interacts with Pinia stores to manage state, allowing the dynamic creation and rendering of MapContext layers from the WMTS service.

What's the best way to dynamically add remote OGC layers to a web map?

The best way to dynamically add remote OGC layers is using a dedicated client like @camptocamp/ogc-client to handle service capability queries and layer discovery, then rendering them via MapContext integration patterns.