File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 13
13
<config evaluator =" string-compare" condition =" DocLibActions" >
14
14
<actions >
15
15
<!-- Geotag action definition -->
16
- <action id =" org_sharextras_document-geotag" type =" javascript" label =" actions.document.geotag" >
16
+ <action id =" org_sharextras_document-geotag" type =" javascript" label =" actions.document.geotag"
17
+ icon =" ../../../extras/components/documentlibrary/actions/org_sharextras_document-geotag" >
17
18
<param name =" function" >onActionGeotag</param >
18
19
</action >
19
20
<!-- View in Geohack action definition -->
20
- <action id =" org_sharextras_document-view-geohack" type =" javascript" label =" actions.document.view-geohack" >
21
+ <action id =" org_sharextras_document-view-geohack" type =" javascript" label =" actions.document.view-geohack"
22
+ icon =" ../../../extras/components/documentlibrary/actions/org_sharextras_document-view-geohack" >
21
23
<param name =" function" >onActionViewGeohack</param >
22
24
<!-- require aspect cm:geographic -->
23
25
<evaluator >evaluator.doclib.action.googleMaps</evaluator >
24
26
</action >
25
27
<!-- View on OpenStreetMap action definition -->
26
- <action id =" org_sharextras_document-view-osm" type =" pagelink" label =" actions.document.view-osm" >
28
+ <action id =" org_sharextras_document-view-osm" type =" pagelink" label =" actions.document.view-osm"
29
+ icon =" ../../../extras/components/documentlibrary/actions/org_sharextras_document-view-osm" >
27
30
<param name =" page" >osm-map?nodeRef={node.nodeRef}</param >
28
31
<!-- aspect cm:geographic -->
29
32
<evaluator >evaluator.doclib.action.googleMaps</evaluator >
You can’t perform that action at this time.
0 commit comments