This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

How to style map to look like google maps?

1

I'm trying to include map and control it with javascript, just like google maps...

Currently I'm using LeafLet library that is making requests to ..

http://b.tile.osm.org/13/2412/3082.png

however, styles are off ( weird color, too much information, etc)

How can i color it to look very much like google maps

asked 12 Feb '18, 22:16

techsin's gravatar image

techsin
26112
accept rate: 0%

@techsin did you manage to find a way to solve your issue?

(21 Jan '20, 14:25) Dovlet

One Answer:

2

You will need a different tile provider that is serving vector tiles and stylesheet editing. Mapbox or Maptiler both offer the option to style your maps yourself.

answered 21 Jan '20, 15:35

Spiekerooger's gravatar image

Spiekerooger
3.1k22356
accept rate: 16%

Source code available on GitHub .