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

Some new features #67

Merged
merged 7 commits into from Sep 7, 2016
Merged

Some new features #67

merged 7 commits into from Sep 7, 2016

Commits on Aug 30, 2016

  1. Configuration menu
    Copy the full SHA
    2735745 View commit details
    Browse the repository at this point in the history
  2. Removed problematic naming of setMap method on layers

    For the purpose of internal storing and accessing of the map inside the layer methods named 'provideMap' and 'getProvidedMap' are introduced.
    Explanation: The setMap method is used in openlayers to make a layer unmanaged and this is not wanted in this case. The new behaviour reduces management overhead and errors.
    simonseyock committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    10867a9 View commit details
    Browse the repository at this point in the history
  3. Removed opacity property of features. Use cloneStyle and adjustOpacit…

    …y methods of styling instead.
    simonseyock committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    6fb7492 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2016

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

Commits on Sep 6, 2016

  1. Fixed timeouts

    simonseyock committed Sep 6, 2016
    Configuration menu
    Copy the full SHA
    bc7cc88 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2016

  1. New openlayers version

    simonseyock committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    43bb060 View commit details
    Browse the repository at this point in the history
  2. Removed Comment

    simonseyock committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    8bfd278 View commit details
    Browse the repository at this point in the history