bramus / bramus/react-native-maps-directions

OpenStreeMap tiles are overlapping directions

Open
#151 4 comments 1 reaction 0 assignees View on GitHub
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
Screen Shot 2020-07-24 at 17 36 30

It's using open-street-maps tiles.
Screen Shot 2020-07-24 at 17 39 28

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.