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
10.18.2
0.74.2
iOS, Android
@rnmapbox/maps
10.1.28
import Mapbox from '@rnmapbox/maps'; import { SafeAreaView } from 'react-native'; const styles = { polygons: { fillColor: 'red', fillOpacity: 0.5, }, line: { lineWidth: 3, } }; export const Map = () => { const shape = {PASTE_HERE_GEOJSON_FROM_GIST_LINK_BELOW} return ( <Mapbox.MapView style={{ flex: 1 }}> <Mapbox.ShapeSource id="polygonsSource" shape={shape} > <Mapbox.LineLayer id="polygonSymbols" style={styles.line} /> <Mapbox.FillLayer id="polygonSymbols3" style={styles.polygons} /> </Mapbox.ShapeSource> </Mapbox.MapView> ); }; function App() { return ( <SafeAreaView> <Map /> </SafeAreaView> ); } export default App;
here is how it is displayed now, common borders got hidden
https://geojson.io/ (powered by mapbox)
No response
https://gist.github.com/aderiushev/00e9f6ea63703ccd0bf345526d31c9b4
The text was updated successfully, but these errors were encountered:
what do u want me to add here, mr. bot?
Sorry, something went wrong.
No code example found in issue body - More info
No branches or pull requests
Mapbox Implementation
Mapbox
Mapbox Version
10.18.2
React Native Version
0.74.2
Platform
iOS, Android
@rnmapbox/maps
version10.1.28
Standalone component to reproduce
Observed behavior and steps to reproduce
here is how it is displayed now, common borders got hidden
Expected behavior
it looks like the following with cells (bordered, all common borders are shown)https://geojson.io/ (powered by mapbox)
Notes / preliminary analysis
No response
Additional links and references
https://gist.github.com/aderiushev/00e9f6ea63703ccd0bf345526d31c9b4
The text was updated successfully, but these errors were encountered: