rossant / smopy

OpenStreetMap image tiles in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Other Map Styles

balzer82 opened this issue · comments

Maybe it is possible to select different Map Styles?

For example in def get_url the return

    return "http://a.tile.stamen.com/toner/{z}/{x}/{y}.png".format(z=z, x=x, y=y)

returns a b/w map tile.

See some Tileservers

Very good idea! The tile server could be specifiable as a parameter. PR welcome! :)

Closed by #3.