Odel
EOxElements

EOxElements

@eox-a34JavaScriptMITUpdated Today

A server to provide information about EOxElements custom elements for coding agents.

Server endpointStreamable HTTPNo authProbed

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

EOxElements

A Web Component collection of geospatial UI elements, crafted by EOX.

Documentation, Examples

Please find descriptions, API docs and interactive examples here.

Elements

  • ⭕️ Alpha elements are in-development and may have many frequent breaking changes.
  • 🟡 Beta elements are mostly polished and ready for use, but may still have breaking changes.
  • Stable elements are reviewed, documented, and API complete.
ElementDescriptionDocs & ExamplesVersionState
eox-chartDynamic chart with built-in data fetchingDocs & Examples
eox-drawtoolsDraw and manage features on a mapDocs & Examples
eox-feedbackQuick and easy feedback widgetDocs & Examples
eox-geosearchAn autocompleted search input for geographic locationsDocs & Examples
eox-itemfilterFilter/search large sets of items client-side or server-sideDocs & Examples
eox-jsonformRender a form from a JSON schemaDocs & Examples
eox-layercontrolManage and modify map layersDocs & Examples
eox-layoutEasily create a UI layoutDocs & Examples
eox-mapMap with powerful tools & helpersDocs & Examples
eox-stacinfoDisplay properties of STAC filesDocs & Examples
eox-storytellingStoryTelling tools based on markdownDocs & Examples
eox-timecontrolTime control and playback for map layersDocs & Examples
eox-tourGuided tour for UIsDocs & Examples

Usage

For detailed descriptions and documentation on the individual elements, please check out the READMEs in the element subfolders.

Bundlers (Vite, Webpack, etc.)

npm install @eox/<element>
import "@eox/<element>"
<eox-element></eox-element>

Script tag

<eox-element></eox-element>

<script type="module">
import "@eox/<element>" from "https://cdn.skypack.dev/@eox/<element>"
</script>

Development

For detailed development instructions, including monorepo structure, coding standards, and testing procedures, please refer to the Contributing Guide.

AI Agents working in this repository should also consult AGENTS.md for specific guidelines on maintaining documentation and ensuring compatibility with the MCP server.

License

By contributing to EOxElements, you agree that your contributions will be licensed under the repository's LICENSE.

Previous versions

The main branch of this project contains the v2 version of EOxElements. For the (legacy) v1 EOxElements, please see the v1 branch.