awips2/cave/com.raytheon.uf.viz.damagepath/plugin.xml
Nathan Bowler a3d925b745 Omaha #3977 Add ability to import DamagePath from DistanceSpeed
Change-Id: Ibdede2ec4d973251b5755eabdb65bb5d926dfa27

Former-commit-id: e6bfe389158dbc6a0739e60c08c8175a2e53b084
2015-03-25 15:54:47 -04:00

25 lines
971 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>
<contextualMenu
actionClass="com.raytheon.uf.viz.damagepath.ImportDamagePathAction"
capabilityClass="com.raytheon.uf.viz.damagepath.DamagePathLayer"
name="Import GeoJSON"
sortID="4">
</contextualMenu>
<contextualMenu
actionClass="com.raytheon.uf.viz.damagepath.ImportFromDistanceSpeedAction"
capabilityClass="com.raytheon.uf.viz.damagepath.DamagePathLayer"
name="Import from Distance Speed Tool"
sortID="5">
</contextualMenu>
</extension>
</plugin>