awips2/cave/com.raytheon.uf.viz.damagepath/plugin.xml
David Gillingham e25a35f1e3 Omaha #4354: Support GeoJSON Feature objects in damage path tool.
Change-Id: I62733373cb5da690ff03aebbb9826020b24e2585

Former-commit-id: 28845ce71a8d94b03bd4389f3cfdadbb29d06b3a
2015-04-27 11:03:46 -05:00

31 lines
1.2 KiB
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.OpenGeoJsonPropertiesDlgAction"
capabilityClass="com.raytheon.uf.viz.damagepath.DamagePathLayer"
name="Set GeoJSON Properties"
sortID="3">
</contextualMenu>
<contextualMenu
actionClass="com.raytheon.uf.viz.damagepath.ExportDamagePathAction"
capabilityClass="com.raytheon.uf.viz.damagepath.DamagePathLayer"
name="Export GeoJSON"
sortID="4">
</contextualMenu>
<contextualMenu
actionClass="com.raytheon.uf.viz.damagepath.ImportDamagePathAction"
capabilityClass="com.raytheon.uf.viz.damagepath.DamagePathLayer"
name="Import GeoJSON"
sortID="5">
</contextualMenu>
<contextualMenu
actionClass="com.raytheon.uf.viz.damagepath.ImportFromDistanceSpeedAction"
capabilityClass="com.raytheon.uf.viz.damagepath.DamagePathLayer"
name="Import from Distance Speed Tool"
sortID="6">
</contextualMenu>
</extension>
</plugin>