Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobMiksch authored Jan 6, 2024
1 parent aebae18 commit 25d2e66
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# vue-ol-comp [![Lint](https://github.com/JakobMiksch/vue-ol-comp/actions/workflows/lint.yml/badge.svg)](https://github.com/JakobMiksch/vue-ol-comp/actions/workflows/lint.yml) <!-- markdown-link-check-disable-line -->

A [Vue.js](https://vuejs.org/) [composable](https://vuejs.org/guide/reusability/composables) and a [component](https://vuejs.org/guide/essentials/component-basics.html) for an [OpenLayers](https://openlayers.org/) map. It makes map-related properties and events globally accessible, while still giving the developer full control over the OpenLayers API.

It assumes the application uses a single map instance with a single map view associated with it, as this is the setup that most OpenLayers based mapping applications have.
A [composable](https://vuejs.org/guide/reusability/composables) making the state of an [OpenLayers](https://openlayers.org/) map reactively available in Vue.

## Development

Expand Down

0 comments on commit 25d2e66

Please sign in to comment.