UNPKG

@panoramax/web-viewer

Version:

Panoramax web viewer for geolocated pictures

34 lines (24 loc) 1.47 kB
<a name="Panoramax.components.menus.PictureLegend"></a> ## Panoramax.components.menus.PictureLegend ⇐ <code>[lit.LitElement](https://lit.dev/docs/api/LitElement/)</code> **Kind**: static class of <code>Panoramax.components.menus</code> **Extends**: <code>[lit.LitElement](https://lit.dev/docs/api/LitElement/)</code> **Element**: pnx-picture-legend **Slot**: `editors` External links to map editors, or any tool that may be helpful. Defaults to OSM tools (iD & JOSM). * [.PictureLegend](#Panoramax.components.menus.PictureLegend) ⇐ <code>[lit.LitElement](https://lit.dev/docs/api/LitElement/)</code> * [new PictureLegend()](#new_Panoramax.components.menus.PictureLegend_new) * [.properties](#Panoramax.components.menus.PictureLegend+properties) : <code>Object</code> <a name="new_Panoramax.components.menus.PictureLegend_new"></a> ### new PictureLegend() Picture legend shows info about picture author, capture date, address, and access to metadata popup. **Example** ```html <pnx-picture-legend ._parent=${viewer} /> ``` <a name="Panoramax.components.menus.PictureLegend+properties"></a> ### pictureLegend.properties : <code>Object</code> Component properties. **Kind**: instance property of [<code>PictureLegend</code>](#Panoramax.components.menus.PictureLegend) **Properties** | Name | Type | Default | Description | | --- | --- | --- | --- | | [light] | <code>boolean</code> | <code>false</code> | Lighter version (for iframes) |