bokeh.models.images¶
-
class
ImageSource
(**kwargs)[source]¶ Bases:
bokeh.model.Model
A base class for all image source types.
-
extra_url_vars
¶ property type:
Dict
(String
,Any
)A dictionary that maps url variable template keys to values. These variables are useful for parts of tile urls which do not change from tile to tile (e.g. server host name, or layer name).
-
url
¶ property type:
String
tile service url (example: http://c.tile.openstreetmap.org/{Z}/{X}/{Y}.png)
-