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

[Maps] Add 3rd party vector tile support #62084

Merged
merged 58 commits into from
Apr 16, 2020

Commits on Mar 31, 2020

  1. tmp commit

    thomasneirynck committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    4ae21f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2020

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

Commits on Apr 6, 2020

  1. more boiler

    thomasneirynck committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    fec373b View commit details
    Browse the repository at this point in the history
  2. more boilerplate

    thomasneirynck committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    f6fd50e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49fec7b View commit details
    Browse the repository at this point in the history
  4. show constants

    thomasneirynck committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    c5ab5cc View commit details
    Browse the repository at this point in the history
  5. fix typo

    thomasneirynck committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    b638411 View commit details
    Browse the repository at this point in the history
  6. allow all shape types

    thomasneirynck committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    c9468cb View commit details
    Browse the repository at this point in the history
  7. enable point styling

    thomasneirynck committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    8caba58 View commit details
    Browse the repository at this point in the history
  8. add points

    thomasneirynck committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    fe67239 View commit details
    Browse the repository at this point in the history
  9. add display

    thomasneirynck committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    600a007 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. remove debug cruft

    thomasneirynck committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    d9eef55 View commit details
    Browse the repository at this point in the history
  2. add feature flag

    thomasneirynck committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    b2ed439 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. tmp commit

    thomasneirynck committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    83799b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f66aa3 View commit details
    Browse the repository at this point in the history
  3. more typing

    thomasneirynck committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    e692fc8 View commit details
    Browse the repository at this point in the history
  4. add readout

    thomasneirynck committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    f676271 View commit details
    Browse the repository at this point in the history
  5. add zoom level locks

    thomasneirynck committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    f043613 View commit details
    Browse the repository at this point in the history
  6. remove row

    thomasneirynck committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    a9151c0 View commit details
    Browse the repository at this point in the history
  7. ts linting

    thomasneirynck committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    83ba152 View commit details
    Browse the repository at this point in the history
  8. typing

    thomasneirynck committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    7dca92a View commit details
    Browse the repository at this point in the history
  9. fix

    thomasneirynck committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    a4e5f92 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. typescript fixes

    thomasneirynck committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    63859cf View commit details
    Browse the repository at this point in the history
  2. ts fixes

    thomasneirynck committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    dc266e8 View commit details
    Browse the repository at this point in the history
  3. ts issues

    thomasneirynck committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    2bf0a0d View commit details
    Browse the repository at this point in the history
  4. make optional

    thomasneirynck committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    f603d43 View commit details
    Browse the repository at this point in the history
  5. tslint

    thomasneirynck committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    da46cf3 View commit details
    Browse the repository at this point in the history
  6. remove unused

    thomasneirynck committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    b895352 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    483b77b View commit details
    Browse the repository at this point in the history
  8. remove log

    thomasneirynck committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    1129252 View commit details
    Browse the repository at this point in the history
  9. edits

    thomasneirynck committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    4b5689d View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. Configuration menu
    Copy the full SHA
    c2eb7d0 View commit details
    Browse the repository at this point in the history
  2. remove log

    thomasneirynck committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    58ce7c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61e41ab View commit details
    Browse the repository at this point in the history
  4. fix zoom level check

    thomasneirynck committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    f6a6f2f View commit details
    Browse the repository at this point in the history
  5. ts errors

    thomasneirynck committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    ff2cfa2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    98bdc4e View commit details
    Browse the repository at this point in the history
  7. fix typing issues

    thomasneirynck committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    8abbdbd View commit details
    Browse the repository at this point in the history
  8. more fixes

    thomasneirynck committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    99caa2e View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. fix typing:

    thomasneirynck committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    d26486f View commit details
    Browse the repository at this point in the history
  2. fix mock

    thomasneirynck committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    d61dba3 View commit details
    Browse the repository at this point in the history
  3. feedback (1)

    thomasneirynck committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    ed27367 View commit details
    Browse the repository at this point in the history
  4. remove

    thomasneirynck committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    5168129 View commit details
    Browse the repository at this point in the history
  5. remove bloat

    thomasneirynck committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    b0b7bfc View commit details
    Browse the repository at this point in the history
  6. undo blanket removal

    thomasneirynck committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    058da42 View commit details
    Browse the repository at this point in the history
  7. remove unused

    thomasneirynck committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    e175a58 View commit details
    Browse the repository at this point in the history
  8. rename for clarity

    thomasneirynck committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    769950b View commit details
    Browse the repository at this point in the history
  9. fix import

    thomasneirynck committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    fa3343d View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Configuration menu
    Copy the full SHA
    5765193 View commit details
    Browse the repository at this point in the history
  2. feedback (1)

    thomasneirynck committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    6b881ce View commit details
    Browse the repository at this point in the history
  3. feedback (2)

    thomasneirynck committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    030d1e8 View commit details
    Browse the repository at this point in the history
  4. feedback

    thomasneirynck committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    62a3593 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. feedback

    thomasneirynck committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    6fcc772 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec7b549 View commit details
    Browse the repository at this point in the history
  3. fix merge

    thomasneirynck committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    42e27f4 View commit details
    Browse the repository at this point in the history
  4. change wizard loading

    thomasneirynck committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    f0abe33 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    688d556 View commit details
    Browse the repository at this point in the history
  6. fix zoom

    thomasneirynck committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    7979d33 View commit details
    Browse the repository at this point in the history