An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# InteractiveMap

[![CI](https://github.com/defra/interactive-map/workflows/CI/badge.svg)](https://github.com/defra/interactive-map/actions)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=DEFRA_interactive-map&metric=coverage)](https://sonarcloud.io/summary/new_code?id=DEFRA_interactive-map)
[![npm version](https://img.shields.io/npm/v/@defra/interactive-map.svg)](https://www.npmjs.com/package/@defra/interactive-map)
[![Dependencies](https://img.shields.io/librariesio/release/npm/@defra/interactive-map)](https://libraries.io/npm/@defra%2Finteractive-map)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](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.**


Screenshots of map component

## 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...