We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Mapbox
11.4.0
0.74.2
iOS
@rnmapbox/maps
10.1.23
import React from 'react'; import { MapView, ShapeSource, LineLayer, Mapbox } from '@rnmapbox/maps'; class BugReportExample extends React.Component { render() { return ( <MapView style={{flex: 1}}> <Mapbox.RasterDemSource id="mapbox-dem" url="mapbox://mapbox.mapbox-terrain-dem-v1" tileSize={514} maxZoomLevel={18} > <Mapbox.Terrain sourceID="mapbox-dem" style={{ exaggeration: 2 }} /> </Mapbox.RasterDemSource> </MapView> ); } }
This is working fine on Android, but on iOS the terrain / 3D is flat (it's does nothing)
The terrain should show elevation terrain / 3D
No response
The text was updated successfully, but these errors were encountered:
Experiencing this too. Where's the upvote button? 😂
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Mapbox Implementation
Mapbox
Mapbox Version
11.4.0
React Native Version
0.74.2
Platform
iOS
@rnmapbox/maps
version10.1.23
Standalone component to reproduce
Observed behavior and steps to reproduce
This is working fine on Android, but on iOS the terrain / 3D is flat (it's does nothing)
Expected behavior
The terrain should show elevation terrain / 3D
Notes / preliminary analysis
No response
Additional links and references
No response
The text was updated successfully, but these errors were encountered: