openlayers-elements

Web Components for OpenLayers maps

MIT License

Stars
25
Committers
7

Bot releases are visible (Hide)

openlayers-elements - @openlayers-elements/[email protected] Latest Release

Published by github-actions[bot] almost 2 years ago

Minor Changes

  • c90c81e: First version
openlayers-elements - @openlayers-elements/[email protected]

Published by github-actions[bot] about 2 years ago

Minor Changes

  • 3658c65: Updated lit-html and lit-element to lit@2

Patch Changes

  • a75e392: Let created features access the map element, for example to get the projection
  • d3165fc: Type declarations were not included in the packages no NPM (fixes #82)
openlayers-elements - @openlayers-elements/[email protected]

Published by github-actions[bot] about 2 years ago

Minor Changes

  • 3658c65: Updated lit-html and lit-element to lit@2

Patch Changes

  • d3165fc: Type declarations were not included in the packages no NPM (fixes #82)
  • Updated dependencies [a75e392]
  • Updated dependencies [a75e392]
  • Updated dependencies [d3165fc]
  • Updated dependencies [3658c65]
openlayers-elements - @openlayers-elements/[email protected]

Published by github-actions[bot] about 2 years ago

Minor Changes

  • 3658c65: Updated lit-html and lit-element to lit@2

Patch Changes

  • a75e392: Marker icons would show in wrong location when map used any projection other than ESPG:3857 (fixes #83)
  • d3165fc: Type declarations were not included in the packages no NPM (fixes #82)
  • Updated dependencies [a75e392]
  • Updated dependencies [d3165fc]
  • Updated dependencies [3658c65]
openlayers-elements - @openlayers-elements/[email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • f51a093: attach and attached events should work from with nested Shadow DOM (re #76)
openlayers-elements - @openlayers-elements/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • f8ab7fa: Forward events from OpenLayers objects:

    • ol-map:
      • moveend
      • change
    • ol-layer-*, swisstopo layers:
      • change
  • f8ab7fa: Dispatch view-change event from ol-map when the view moves. Its detail is an object like

    const detail: {
      lat: number
      lon: number
      center: Coordinate
      projection: Projection
      resolution: number
      rotation: number
      zoom: number
    }
    

    fixes #63

  • Updated dependencies [f8ab7fa]

openlayers-elements - @openlayers-elements/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • f8ab7fa: Forward events from OpenLayers objects:

    • ol-map:
      • moveend
      • change
    • ol-layer-*, swisstopo layers:
      • change
openlayers-elements - @openlayers-elements/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • f8ab7fa: Forward events from OpenLayers objects:

    • ol-map:
      • moveend
      • change
    • ol-layer-*, swisstopo layers:
      • change
  • Updated dependencies [f8ab7fa]

  • Updated dependencies [f8ab7fa]

openlayers-elements - @openlayers-elements/[email protected]

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 7acd485: Missing license