Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Hide the categories at the top

    Code Block
    .im__filters__categories {
      display: none;
    }

  2. Hide the '? - info' button

    Code Block
    .im__button.im__button--info {
        display: none;
    }

  3. Hide the ‘reset’-button

    Code Block
    .im__button.im__button--info, .im__button.im__button--reset {
        display: none;
    }

Popups interactive map (3D)

...