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

Data source outline width #2255

Merged
merged 13 commits into from
Nov 6, 2014
Merged

Data source outline width #2255

merged 13 commits into from
Nov 6, 2014

Commits on Oct 5, 2014

  1. Start of DataSource support for geometry outline width

    1. Add `outlineWidth` property to all geometry graphics objects.
    2. Update Updaters to expose outline information.
    3. Fix issues in DataSource geometry specs.
    mramato committed Oct 5, 2014
    Configuration menu
    Copy the full SHA
    43b40e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2014

  1. Configuration menu
    Copy the full SHA
    f9eaba5 View commit details
    Browse the repository at this point in the history
  2. Fix bad links in Context documentation.

    Also add `Scene.minimumAliasedLineWidth`
    mramato committed Nov 4, 2014
    Configuration menu
    Copy the full SHA
    9e4a9fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7113a77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4a3093 View commit details
    Browse the repository at this point in the history
  5. Add polygon outline width support to GeoJsonDataSource

    Also hook up `stroke-width` property from simple style spec.
    mramato committed Nov 4, 2014
    Configuration menu
    Copy the full SHA
    bf2f0aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e064727 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2014

  1. More outlineWidth specs.

    mramato committed Nov 5, 2014
    Configuration menu
    Copy the full SHA
    5744911 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4b1c73 View commit details
    Browse the repository at this point in the history
  3. Update CHANGES

    mramato committed Nov 5, 2014
    Configuration menu
    Copy the full SHA
    d138765 View commit details
    Browse the repository at this point in the history
  4. Changes after review

    Move and rename `Context.putLineWidthInValidRange` to `Scene.clampLineWidth`
    mramato committed Nov 5, 2014
    Configuration menu
    Copy the full SHA
    78ba13d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a523ca View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2014

  1. Changes after review.

    Only depth test opaque outlines, move outline primitives last to be drawn.
    mramato committed Nov 6, 2014
    Configuration menu
    Copy the full SHA
    ce61928 View commit details
    Browse the repository at this point in the history