bramus / bramus/react-native-maps-directions
OpenStreeMap tiles are overlapping directions
- Dominant language
- JavaScript
- Stars
- 1.3k
- Forks
- 210
- PR merge metrics
- No merged PRs in 30d
Description
## Environment
- Android
buildToolsVersion = "28.0.3"
minSdkVersion = 16
compileSdkVersion = 28
targetSdkVersion = 28
googlePlayServicesVersion = "17.0.0"
- "react-native": "0.62.2",
- "react-native-maps": "0.27.1",
- "react-native-maps-directions": "^1.8.0",
## The Problem
I'm using the OpenStreeMap tiles. Before the tiles are loaded, I can see the directions on map, but after the OpenStreetMap are overlapping the directions.
## What I did
I've created map with react-native-maps-directions and open-street-map.
```jsx
{origin && destination && (
)}
```
## What I expected
To see the directions over the map pointing to the origin and destination markers
## Result
The "directions" is not showing after open-street-map load.
## Screenshot
It's using default "google" provider

It's using open-street-maps tiles.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.