Odel
EOxElements

EOxElements

@eox-aDeveloper Tools32JavaScriptMITUpdated 1w ago

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

Server endpointStreamable HTTP

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.