Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

initial featuresAt implementation #3172

Closed
wants to merge 64 commits into from
Closed

initial featuresAt implementation #3172

wants to merge 64 commits into from

Commits on Nov 25, 2015

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

Commits on Nov 26, 2015

  1. fix crasher

    incanus committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    b1ad1b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a4f068 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2015

  1. Configuration menu
    Copy the full SHA
    5de3f99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f89f50 View commit details
    Browse the repository at this point in the history
  3. refs #352: further work on featuresAt

    - return layer name as string + feature properties dictionary
    - abstract r-tree & boost stuff into common header
    - more typedefs for clarity
    - more logging of parse box & interaction point
    - move interactivity parsing ahead of any bucket type branching
    incanus committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    e4f1339 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32cb432 View commit details
    Browse the repository at this point in the history
  5. refs #352: remove logging

    incanus committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    e309fe3 View commit details
    Browse the repository at this point in the history
  6. refs #352: hook up name_en & normal radius (works for <=z15!)

    now to fix overzooming
    incanus committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    7515847 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dc4f5fa View commit details
    Browse the repository at this point in the history
  8. refs #352: clean up adds

    incanus committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    454c014 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8fd4eaf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bda6e0c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cd15d85 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2015

  1. Configuration menu
    Copy the full SHA
    29dc55e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1e3da9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0a34c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8fb791 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    caa2576 View commit details
    Browse the repository at this point in the history
  6. refs #352: commenting cleanup

    incanus committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    fdfb377 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    41159cb View commit details
    Browse the repository at this point in the history
  8. refs #352: cleanups

    incanus committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    fd4b063 View commit details
    Browse the repository at this point in the history
  9. refs #352: add comment

    incanus committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    181a997 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    641e7db View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2015

  1. Configuration menu
    Copy the full SHA
    ac6ada3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cdcc49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5f5a24 View commit details
    Browse the repository at this point in the history
  4. refs #352: clarify comment

    incanus committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    a9b9568 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7b01cd View commit details
    Browse the repository at this point in the history
  6. refs #352: fix partial parse symbol layers

    doesn't matter if we respond to bucket->hasData() here; features still exist in tile
    incanus committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    d5c31e2 View commit details
    Browse the repository at this point in the history
  7. refs #352: remove debug log

    incanus committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    660ff91 View commit details
    Browse the repository at this point in the history
  8. refs #352: remove logging & reorganize

    Also, don't worry about possibly opportunistically grabbing the query
    results vector tile properties. After initial parse, we've thrown the tile
    request data away, so the pbf is gone. We can chalk this up to the typical
    overhead involved with making a layer interactive.
    incanus committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    22e5c48 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7f6010a View commit details
    Browse the repository at this point in the history
  10. refs #352: add Cocoa docs

    incanus committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    9824937 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    91976cb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2c266e3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    00339ac View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2a1f0e6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0e05c3e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    72ef933 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b9f47f8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    42741cd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f91df07 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0b6953e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    392acd9 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1320df7 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2015

  1. more descriptive & safer public API

    - use string contants for known keys
    - better method name for easier future compatibility
    incanus committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    0ea4f53 View commit details
    Browse the repository at this point in the history
  2. use defined type

    incanus committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    b98b686 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c639e5 View commit details
    Browse the repository at this point in the history
  4. interactive -> isInteractive

    incanus committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    6c86e78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    262665e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    beda70d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    505f929 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b6ad5e2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d123545 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ac655ce View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    394c484 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    10d36f8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6b72663 View commit details
    Browse the repository at this point in the history
  14. layer is now a pointer

    incanus committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    d088794 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a04b13e View commit details
    Browse the repository at this point in the history
  16. getAllValues() -> getValues()

    incanus committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    7f07974 View commit details
    Browse the repository at this point in the history
  17. 1 Configuration menu
    Copy the full SHA
    30239c2 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2015

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