awips2/edexOsgi/com.raytheon.uf.edex.pointdata/utility/edex_static/base/adaptivePlots/template.xml
root 06a8b51d6d Initial revision of AWIPS2 11.9.0-7p5
Former-commit-id: 64fa9254b946eae7e61bbc3f513b7c3696c4f54f
2012-01-06 08:55:05 -06:00

14 lines
No EOL
761 B
XML

<?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>