awips2/edexOsgi/com.raytheon.uf.edex.pointdata/utility/edex_static/base/adaptivePlots/template.xml

14 lines
761 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<bundle xmlns:ns2="http://www.example.org/productType" xmlns:ns3="group">
<displayList>
<displays xsi:type="mapRenderableDisplay" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<descriptor xsi:type="mapDescriptor">
<resource>
<loadProperties loadWithoutData="true"/>
<properties isSystemResource="false" isBlinking="false" isMapLayer="false" isHoverOn="false" isVisible="true"/>
<resourceData xsi:type="adaptivePlotResourceData" filePath="${filePath}" name="${name}" plotName="${description}"/>
</resource>
</descriptor>
</displays>
</displayList>
</bundle>