Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ol5 sidebar #144

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Ol5 sidebar #144

wants to merge 13 commits into from

Commits on Sep 24, 2018

  1. Configuration menu
    Copy the full SHA
    d65fb01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30f850f View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. Configuration menu
    Copy the full SHA
    22f209b View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2018

  1. Configuration menu
    Copy the full SHA
    ca3b0c9 View commit details
    Browse the repository at this point in the history
  2. super.setMap(map);

    umbe1987 committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    61e5a8e View commit details
    Browse the repository at this point in the history
  3. defaults added to options

    umbe1987 committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    0553917 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08e6403 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. Configuration menu
    Copy the full SHA
    12527c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    137e2c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb185d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2018

  1. fixed sidebar.close

    umbe1987 committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    981287a View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Integrated support for OL5 based on ES modules.

    OpenLayers 5 is implemented as a set of ES modules, requiring
    major changes to the sidebar. Depending on how OL5 is used, the
    sidebar will either be used as an ES module as well, or, in case the
    full build of OL (ol.js) is used, a version compiled via webpack for
    direct usage in a browser environment is required.
    severinstrobl committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    ed4a938 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from severinstrobl/ol5-sidebar

    Reworked integration of OL5 support.
    umbe1987 committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    a4acfa9 View commit details
    Browse the repository at this point in the history