This docs on this page refers to a PREVIOUS VERSION. For the latest stable release, go to https://docs.bokeh.org/

Archived docs for versions <= 1.0.4 have had to be modified from their original published configuration, and may be missing some features (e.g. source listing)

All users are encourage to update to version 1.1 or later, as soon as they are able.

bokeh.models.images — Bokeh 0.12.5 documentation

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": "34e76ab5-882e-4a4d-9c58-77ae80ad4281",
  "js_event_callbacks": {},
  "js_property_callbacks": {},
  "name": null,
  "subscribed_events": [],
  "tags": [],
  "url": ""
}