Skip to content
Snippets Groups Projects
Verified Commit 6dd91271 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

DOC: update docstrings in ext_map.js

parent 8d009785
No related branches found
No related tags found
2 merge requests!73REL: Release 0.7.0,!71F map list
Pipeline #22644 passed
...@@ -376,6 +376,8 @@ var caosdb_map = new function () { ...@@ -376,6 +376,8 @@ var caosdb_map = new function () {
* @callback {mapEntityPopupGenerator} * @callback {mapEntityPopupGenerator}
* @param {HTMLElement} entity - in HTML representation * @param {HTMLElement} entity - in HTML representation
* @param {DataModelConfig} datamodel * @param {DataModelConfig} datamodel
* @param {Number} lat - latitude
* @param {Number} lng - longitude
* @return {HTMLElement} a popup element. * @return {HTMLElement} a popup element.
*/ */
...@@ -598,6 +600,8 @@ var caosdb_map = new function () { ...@@ -598,6 +600,8 @@ var caosdb_map = new function () {
* @param {HTMLElement} entity - an entity in HTML representation. * @param {HTMLElement} entity - an entity in HTML representation.
* @param {DataModelConfig} datamodel - configuration of the properties * @param {DataModelConfig} datamodel - configuration of the properties
* used for the coordinates. * used for the coordinates.
* @param {Number} lat - latitude
* @param {Number} lng - longitude
* @returns {HTMLElement} a popup element. * @returns {HTMLElement} a popup element.
*/ */
this._make_map_popup = function (entity, datamodel, lat, lng) { this._make_map_popup = function (entity, datamodel, lat, lng) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment