0.3.0 • Published 2 years ago

@openlayers-elements/maps v0.3.0

Weekly downloads
5
License
MIT
Repository
github
Last release
2 years ago

@openlayers-elements/maps BrowserStack Status

Custom element wrapping OpenLayers 5 API, thus providing a declarative way to create online maps.

See documentation and demos.

Quick start

To install run

yarn add @openlayers-elements/maps @openlayers-elements/core

Here's the simplest possible OpenStreetMap:

<script type="module">
  import '@openlayers-elements/core/ol-map'
  import '@openlayers-elements/maps/ol-layer-openstreetmap'
</script>

<ol-map zoom="7" lat="46.7985" lon="8.2318">
    <ol-layer-openstreetmap></ol-layer-openstreetmap>
</ol-map>

For further examples go to the online demos, linked from GitHub.