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

Add line-gradient property #6303

Merged
merged 15 commits into from
Apr 9, 2018
Merged

Add line-gradient property #6303

merged 15 commits into from
Apr 9, 2018

Commits on Apr 6, 2018

  1. Add import/no-commonjs lint

    jfirebaugh authored and Lauren Budorick committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    ca183e3 View commit details
    Browse the repository at this point in the history
  2. only index features strictly within tile boundaries

    Instead of indexing all features for querying, index only those that are
    actually within the tile boundaries. This prevents duplicate results
    from being returned for point features. This is only a partial fix for
    the duplicate results problem (lines and polygons can still return
    duplicate results).
    ansis authored and Lauren Budorick committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    4315fc8 View commit details
    Browse the repository at this point in the history
  3. POC: gradient route line

    Lauren Budorick committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    136bfdc View commit details
    Browse the repository at this point in the history
  4. * Switch from array attributes to per-feature attributes (for the sak…

    …e of consistency with vector tiles), necessitating splitting MultiLineString features into individual LineStrings so they can hold their own distance attributes
    
    * Add render test
    Lauren Budorick committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    64012fc View commit details
    Browse the repository at this point in the history
  5. * Move color ramp rendering out of style layers

    * Add unit tests for color ramp rendering
    Lauren Budorick committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    2185b9f View commit details
    Browse the repository at this point in the history
  6. Don't turn off clipping for gradients (anticipating geojson-vt change…

    …s), clean up style-spec ref, add validation to ensure gradients are only used with geojson sources
    Lauren Budorick committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    0dcd353 View commit details
    Browse the repository at this point in the history
  7. Integrate geojson-vt line-metrics

    Lauren Budorick committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    4edfe40 View commit details
    Browse the repository at this point in the history
  8. Remove custom source work

    Lauren Budorick committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    7b263f3 View commit details
    Browse the repository at this point in the history
  9. Cleanups, comments [ci skip]

    Lauren Budorick committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    517ca2e View commit details
    Browse the repository at this point in the history
  10. Use geojson-vt 3.1.0 release

    Lauren Budorick committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    75b32d9 View commit details
    Browse the repository at this point in the history
  11. lint

    Lauren Budorick committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    c62cec0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    45f8c8a View commit details
    Browse the repository at this point in the history
  13. Move scaling calculation to vertex shader

    Lauren Budorick committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    df4ac6f View commit details
    Browse the repository at this point in the history
  14. Add warning about lineMetrics + line-dasharray to line-dasharray doc …

    …[ci skip]
    Lauren Budorick committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    82f219f View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

  1. kick circle

    Lauren Budorick committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    ee4ca4e View commit details
    Browse the repository at this point in the history