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)

JSON Prototype
{
  "extra_url_vars": {},
  "id": "fb3404e9-dc04-4db9-942c-928275756b96",
  "js_event_callbacks": {},
  "js_property_callbacks": {},
  "name": null,
  "subscribed_events": [],
  "tags": [],
  "url": ""
}