https://github.com/defra/interactive-map
Accessibility-first interactive map component for government frontends
https://github.com/defra/interactive-map
accessible defra maps
Last synced: 2 months ago
JSON representation
Accessibility-first interactive map component for government frontends
- Host: GitHub
- URL: https://github.com/defra/interactive-map
- Owner: DEFRA
- License: mit
- Created: 2026-01-19T16:52:25.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-02-03T17:29:47.000Z (4 months ago)
- Last Synced: 2026-02-04T04:32:58.939Z (4 months ago)
- Topics: accessible, defra, maps
- Language: JavaScript
- Homepage:
- Size: 4.82 MB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# InteractiveMap
[](https://github.com/defra/interactive-map/actions)
[](https://sonarcloud.io/summary/new_code?id=DEFRA_interactive-map)
[](https://www.npmjs.com/package/@defra/interactive-map)
[](https://libraries.io/npm/@defra%2Finteractive-map)
[](LICENSE)
**InteractiveMap** is a lightweight map component designed for public-facing government services, and available for anyone to use.
Built to GOV.UK standards, with accessibility at its core, Interactive Map supports a wide range of users across abilities, devices and input methods.
It is open source and works with multiple mapping engines. The component can be extended through plugins to meet the specific needs of a service.
See [examples of InteractiveMap](https://google.co.uk).
See [getting started](./docs/getting-started.md) developer guide.
**⚠️ This project is currently in beta and is not yet stable. Documentation and support are not yet available.**
## Documentation
[Getting started](./docs/getting-started.md)
[API Reference](./docs/api.md)
[Plugins](./docs/plugins.md)
[Building a Plugin](./docs/building-a-plugin.md)
[Architecture](./docs/architecture.md)
## Contributing
To follow...