Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openlayers/ol2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mysociety/ol2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 14 files changed
  • 3 contributors

Commits on Aug 23, 2018

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

Commits on Feb 22, 2021

  1. Remove getViewportElement function.

    Always used in standard mode, and removes use of arguments.callee.
    dracos committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    79910d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Configuration menu
    Copy the full SHA
    813d690 View commit details
    Browse the repository at this point in the history
  2. Some compilation changes.

    dracos committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    333d6cb View commit details
    Browse the repository at this point in the history
  3. Remove any unload event listeners.

    Were only for ancient IE, and prevent bfcache from being used.
    dracos committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    c56000b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81b6193 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

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

Commits on Apr 19, 2023

  1. Add options to Control.SelectFeature to be able to influence the

    behaviour of the associated Handler.Feature and Handler.Box (e.g.
    changing whether the Handler.Feature swallows particular events).
    ejn authored and davea committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    00d3734 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2183022 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40a3e4c View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Prevent editing of the global EVENTMAP object.

    Does not change behaviour.
    dracos committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    0159b24 View commit details
    Browse the repository at this point in the history
  2. Handler.Feature propagate mousedown/touchstarts.

    The previous commits fix the issue where a touchstart was causing the
    feature handler to fire, which then could confuse other handlers that
    thought the touch was still happening (leading to multi-touch events,
    e.g. the map zooming when you tried to pan it). However, dragging the
    map starting on a feature then did nothing. We flip the flag to start
    propagating these events, which allows dragging on features to work.
    dracos committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    a264c45 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Fix touchmove logic in buttonclick.

    The incorrect bracket placement meant that touch events were not being
    cancelled should you move your finger, meaning e.g. a zoom would still
    occur if you touched a zoom, moved your finger off, then lifted.
    dracos committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d27a528 View commit details
    Browse the repository at this point in the history
  2. Python3 fix

    dracos committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    60e002b View commit details
    Browse the repository at this point in the history
Loading