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

Feature fit map to layer group #39

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

Commits on Jul 31, 2015

  1. Fix typo on method name causing errors

    In my testcase the layer-group is still not displayed on the map, but at least it does not throw errors causing the map to not render anymore...
    Compufreak345 committed Jul 31, 2015
    Configuration menu
    Copy the full SHA
    1cc8800 View commit details
    Browse the repository at this point in the history
  2. Make layer-group working

    Added missing semicolon & <content></content> so children can actually be found.
    Compufreak345 committed Jul 31, 2015
    Configuration menu
    Copy the full SHA
    f1e37b3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from Compufreak345/patch-1

    leaflet-layer-group working
    Compufreak345 committed Jul 31, 2015
    Configuration menu
    Copy the full SHA
    fda09cd View commit details
    Browse the repository at this point in the history
  4. Add fitMapToBounds-property

    This property causes the map containing the Layer-Group to be automatically resized to fit the given container. Using more than one container with this set to true will probably cause random behaviour.
    Compufreak345 committed Jul 31, 2015
    Configuration menu
    Copy the full SHA
    fdbcefa View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2015

  1. Re-init MutationObserver

    Needed for Firefox & Safari to work with dom-repeat.
    Compufreak345 committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    fa3f08e View commit details
    Browse the repository at this point in the history
  2. Fix crash in Safari when dynamic content is used

    Might be better to reregister the mutationObserver at the right point, but until now I did not see any issues.
    Compufreak345 committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    43e47fa View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6 from Compufreak345/patch-1

    Patch 1 - fix Safari & firefox issues
    Compufreak345 committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    f15f271 View commit details
    Browse the repository at this point in the history