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

v8.0 deprecation/breaking changes #3869

Closed
19 tasks done
Pessimistress opened this issue Nov 11, 2019 · 0 comments
Closed
19 tasks done

v8.0 deprecation/breaking changes #3869

Pessimistress opened this issue Nov 11, 2019 · 0 comments
Assignees
Labels
Milestone

Comments

@Pessimistress
Copy link
Collaborator

Pessimistress commented Nov 11, 2019

  • Layer opacity default to 1
  • Zoom-independent common space
  • PathLayer: remove getDashArray, move functionality into an extension
  • Layers use actual shader modules, remove dependency on registerShaderModules
  • Layer class:
    • remove setLayerNeedsUpdate
    • remove setUniforms
    • remove use64bitProjection
  • project shader module:
    • remove project_scale
    • remove project_to_clipspace
    • remove project_pixel_to_clipspace
    • remove project_to_clipspace_fp64
  • H3HexagonLayer
    • remove getColor
  • TripsLayer
    • getPath no longer supports [x, y, timestamp] format
    • remove tiny z offset from the shader
  • ArcLayer
    • remove getStrokeWidth
  • LineLayer
    • remove getStrokeWidth
  • WebMercatorViewport class
    • remove getLocationAtPoint
    • remove lngLatDeltaToMeters
    • remove metersToLngLatDelta
  • ScenegraphLayer and SimpleMeshLayer should propagate layer’s modelMatrix to local positions
  • Remove auto-controller default syncing the state of multiple views
  • Standalone: ensure API consistency with Deck
    • Do not overwrite width/height
    • Do not auto-infer initialViewState
  • TileLayer
    • onViewportLoaded -> onViewportLoad
  • Tile3DLayer
    • onTileLoadFail -> onTileError
  • Use ImageLoader instead of HTMLImageLoader
  • Remove default flipY in texture loading
  • Remove PerspectiveView and ThirdPersonView
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants