Skip to content

Commit 40f4fd7

Browse files
committed
Set default latlng of doclib geo view to Charing Cross, London
git-svn-id: https://share-extras.googlecode.com/svn/trunk/Site Geotagged Content Dashlet@1450 a3f5c567-fd0f-3a89-9b71-a290c5a5f590
1 parent 957d6b2 commit 40f4fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/web/extras/components/documentlibrary/documentlist-geo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ if (typeof Extras == "undefined" || !Extras)
272272
var center = (this.center || "").split(",");
273273
if (center.length == 1)
274274
{
275-
center = [51, 0];
275+
center = [51.5073, -0.12755]; // Charing Cross, London. TODO: Allow this to be overridden by modules.
276276
}
277277

278278
this._renderMap(scope, mapId, {

0 commit comments

Comments
 (0)