We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957d6b2 commit 40f4fd7Copy full SHA for 40f4fd7
source/web/extras/components/documentlibrary/documentlist-geo.js
@@ -272,7 +272,7 @@ if (typeof Extras == "undefined" || !Extras)
272
var center = (this.center || "").split(",");
273
if (center.length == 1)
274
{
275
- center = [51, 0];
+ center = [51.5073, -0.12755]; // Charing Cross, London. TODO: Allow this to be overridden by modules.
276
}
277
278
this._renderMap(scope, mapId, {
0 commit comments