jpriebe / google-maps-gl-style

A Mapbox GL basemap style designed to look like Google Maps
5 stars 5 forks source link

Link to maputnik not working #3

Closed Tobeyforce closed 3 years ago

Tobeyforce commented 3 years ago

Hey, Really curious on what your style looks like, but the link to maputnik doesn't work for me, it just loads it in blank. Am I doing something wrong?

jpriebe commented 3 years ago

I'm guessing something has changed at maputnik. I'm too far removed from this project now to be of much help, but you can see the style on this map:

https://www.wral.com/news-near-me/13696752/

Tobeyforce commented 3 years ago

Wow that looks so much better than the osm-liberty & bright, it's a real shame that you don't maintain it, it's a great idea :( Anyone else who could help out on how to set this up?

jpriebe commented 3 years ago

You'll need to get a tile server set up: https://github.com/maptiler/tileserver-gl

Once you have that working (non-trivial), I think it's just a simple matter of configuration to add the style to it.

Good luck!