-
-
Notifications
You must be signed in to change notification settings - Fork 927
Closed as not planned
Labels
bug 🪲Something isn't workingSomething isn't working
Description
Mapbox Implementation
Mapbox
Mapbox Version
default
React Native Version
0.76.2
Platform
iOS
@rnmapbox/maps version
#main
Standalone component to reproduce
// <MapboxGL.LineLayer
// id={`COLLECT_LINESTRING_${lineString.uuid}_LINE_LAYER`}
// style={{
// lineColor: checkSelected ? GCColor.colorHighlight : GCColor.colorCollectLine,
// lineCap: 'round',
// lineJoin: 'round',
// lineWidth: checkSelected ? 6 : 3,
// lineOpacity: overlayOpacity,
// lineZOffset: 5,
// lineElevationReference: 'ground',
// }}
// />Observed behavior and steps to reproduce
I want to display a linestring on map with elevation, but application throws this error: [Error: lineZOffset is not a valid Mapbox layer style]
Expected behavior
No response
Notes / preliminary analysis
No response
Additional links and references
No response
chris-gaona
Metadata
Metadata
Assignees
Labels
bug 🪲Something isn't workingSomething isn't working