14 lines
425 B
XML
14 lines
425 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<?eclipse version="3.4"?>
|
||
|
<plugin>
|
||
|
<extension
|
||
|
point="com.raytheon.viz.ui.contextualMenu">
|
||
|
<contextualMenu
|
||
|
actionClass="com.raytheon.uf.viz.damagepath.ExportDamagePathAction"
|
||
|
capabilityClass="com.raytheon.uf.viz.damagepath.DamagePathLayer"
|
||
|
name="Export GeoJSON"
|
||
|
sortID="3">
|
||
|
</contextualMenu>
|
||
|
</extension>
|
||
|
</plugin>
|