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 |
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, 15:35 Spiekerooger |
@techsin did you manage to find a way to solve your issue?