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

feat(cesium): support altitude modes via ground primitives #493

Merged
merged 30 commits into from
Aug 14, 2019

Commits on Apr 22, 2019

  1. feat(cesium): support altitude modes via ground primitives

    This addresses lines/polygons either drawn by the user or from data
    sources. In addition, getCoordinateFromPixel was improved with
    Cesium's recommendation.
    wallw-teal committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    7b7854a View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

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

Commits on Apr 24, 2019

  1. Configuration menu
    Copy the full SHA
    309f7ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57b08e3 View commit details
    Browse the repository at this point in the history
  3. fix(cesium): use polygon rather than polyline for fills

    Also use constants where appropriate.
    wallw-teal committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    8350471 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d5ade6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7726b02 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

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

Commits on May 1, 2019

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

Commits on May 2, 2019

  1. Configuration menu
    Copy the full SHA
    a49a204 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94a7591 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

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

Commits on Jul 8, 2019

  1. Configuration menu
    Copy the full SHA
    f3bac98 View commit details
    Browse the repository at this point in the history
  2. feat: altitudeMode is now set on edited geometries

    Additionally, this ensures that altitudeMode is exported to and imported from KML properly
    wallw-teal committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    8e22e85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    077d520 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. Configuration menu
    Copy the full SHA
    fb2143a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70ff1a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Configuration menu
    Copy the full SHA
    17c5cdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fec2483 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c15eb28 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

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

Commits on Jul 19, 2019

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

Commits on Jul 23, 2019

  1. fix(kml): polygons should write out primitive geom options

    such as extrude, tessellate, and altitudeMode
    wallw-teal committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    32c2ec7 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

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

Commits on Aug 5, 2019

  1. Configuration menu
    Copy the full SHA
    a6f7f46 View commit details
    Browse the repository at this point in the history
  2. fix(cesium): fix heightReference updates as classes

    clampToGround is implemented on Polyline and Primitive (polygon) not as a
    heightReference value but as separate classes (GroundPolylinePrimitive and
    GroundPrimitive). Therefore, if the heightReference changes, we cannot
    update those primitives and must instead recreate them.
    wallw-teal committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    cd1b79c View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

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

Commits on Aug 8, 2019

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

Commits on Aug 12, 2019

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

Commits on Aug 13, 2019

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