Skip to content

Commit bfaa343

Browse files
committed
Refactoring of Geo doclib renderers - now use a common base subclass for GMaps and Leaflet
git-svn-id: https://share-extras.googlecode.com/svn/trunk/Site Geotagged Content Dashlet@1448 a3f5c567-fd0f-3a89-9b71-a290c5a5f590
1 parent 9739767 commit bfaa343

File tree

2 files changed

+216
-159
lines changed

2 files changed

+216
-159
lines changed

config/webscripts/org/sharextras/customization/doclib-geo-view/components/documentlibrary/documentlist.get.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ if (model.preferences.zoomLevel != null)
44
{
55
}
66
// Set GMaps as the renderer
7-
model.geoRendererClass = "Extras.DocumentListGeoViewRenderer";
7+
model.geoRendererClass = "Extras.DocumentListGMapsGeoViewRenderer";

0 commit comments

Comments
 (0)