mapbox / mapbox.js

Mapbox JavaScript API, a Leaflet Plugin
mapbox.com/mapbox.js/
Other
1.92k stars 386 forks source link

How to use google map as the base layer? #1330

Open anbturki opened 4 years ago

anbturki commented 4 years ago

We were planning to use Mapbox for our geographic platforms.

We are using Google maps.

We faced an issue while doing some research about Mapbox that the satellite images are very poor as well as our customers are used to the look and feel of Google maps.

I already can see that there a connector called wax but I see it is deprecated and not used anymore.

So, is there any way to such a thing?

iursevla commented 4 years ago

@bnbturki did you try something like: https://gist.github.com/bencevans/4504864

We are using Mapbox 2.4.0 and it works fine using that plugin

anbturki commented 4 years ago

No, I did not. Let me check it. Thanks @iursevla