1
- Site Geotagged Content dashlet for Alfresco Share
2
- =================================================
1
+ Geo Views add-on for Alfresco Share
2
+ ===================================
3
3
4
4
Author: Will Abson
5
5
6
- This project defines a custom site dashlet which displays all geotagged content
7
- within the site in a map view.
6
+ This project provides the following components which display geotagged content
7
+ items within the site in a map view:
8
+
9
+ * Site Geotagged Content Dashlet
10
+ * Document Library 'Geographic' View
8
11
9
12
Installation
10
13
------------
11
14
12
15
The dashlet has been developed to install on top of an existing Alfresco
13
- 3.3 installation.
16
+ 3.3/3.4 or 4.x installation.
14
17
15
18
An Ant build script is provided to build a JAR file containing the
16
19
custom files, which can then be installed into the 'tomcat/shared/lib' folder
@@ -21,7 +24,7 @@ directory.
21
24
22
25
ant clean dist-jar
23
26
24
- The command should build a JAR file named site-poll-dashlet .jar
27
+ The command should build a JAR file named ` geo-views-<version> .jar`
25
28
in the 'dist' directory within your project.
26
29
27
30
To deploy the dashlet files into a local Tomcat instance for testing, you can
@@ -33,9 +36,11 @@ property in Ant.
33
36
Once you have run this you will need to restart Tomcat so that the classpath
34
37
resources in the JAR file are picked up.
35
38
36
- Using the dashlet
37
- -----------------
39
+ Usage
40
+ -----
41
+
42
+ ### Using the Dashlet
38
43
39
44
Log in to Alfresco Share and navigate to a site dashboard. Click the
40
45
Customize Dashboard button to edit the contents of the dashboard and drag
41
- the dashlet into one of the columns from the list of dashlets.
46
+ the dashlet into one of the columns from the list of dashlets.
0 commit comments