From 6dd9127166fc6b6b9625a7f86e47b85902f0e0ef Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Fri, 6 May 2022 10:10:07 +0200
Subject: [PATCH] DOC: update docstrings in ext_map.js

---
 src/core/js/ext_map.js | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/core/js/ext_map.js b/src/core/js/ext_map.js
index f0283cdd..2bf31cdf 100644
--- a/src/core/js/ext_map.js
+++ b/src/core/js/ext_map.js
@@ -376,6 +376,8 @@ var caosdb_map = new function () {
      * @callback {mapEntityPopupGenerator}
      * @param {HTMLElement} entity - in HTML representation
      * @param {DataModelConfig} datamodel
+     * @param {Number} lat - latitude
+     * @param {Number} lng - longitude
      * @return {HTMLElement} a popup element.
      */
 
@@ -598,6 +600,8 @@ var caosdb_map = new function () {
      * @param {HTMLElement} entity - an entity in HTML representation.
      * @param {DataModelConfig} datamodel - configuration of the properties
      *     used for the coordinates.
+     * @param {Number} lat - latitude
+     * @param {Number} lng - longitude
      * @returns {HTMLElement} a popup element.
      */
     this._make_map_popup = function (entity, datamodel, lat, lng) {
-- 
GitLab