Changeset 12517 in main
- Timestamp:
- 12/12/16 15:20:26 (6 years ago)
- Location:
- adopters/ut/trunk/src/main/webapps/ibisph-content/xml/query/module/wildfire
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/ut/trunk/src/main/webapps/ibisph-content/xml/query/module/wildfire/WildFire.xml
r12512 r12517 53 53 <VALUE>0</VALUE> 54 54 </PARAMETER> 55 < PARAMETER>55 <!--PARAMETER> 56 56 <NAME>_CategoryGroupByDimensionName</NAME> 57 57 <VALUE>GeoZone</VALUE> 58 </PARAMETER >58 </PARAMETER--> 59 59 </PARAMETERS> 60 60 <QUERY_CONFIGURATION_SELECTION> … … 131 131 </OVERVIEWS> 132 132 <SECTIONS> 133 <ibis:include href="section/Geo.xml"/> 133 134 <ibis:include href="section/Year.xml"/> 134 135 <ibis:include href="section/Month.xml"/> 135 <ibis:include href="section/Geo.xml"/>136 136 137 <!--ibis:include href="section/GeoLHDZIP.xml"/--> 137 138 </SECTIONS> 138 139 </CRITERIA> 139 140 <DIMENSIONS> 141 <ibis:include href="dimension/GeoProxy.xml"/> 142 <ibis:include href="dimension/GeoZone.xml"/> 140 143 <ibis:include href="dimension/YearProxy.xml"/> 141 144 <ibis:include href="dimension/Year.xml"/> 142 145 <ibis:include href="dimension/Month.xml"/> 143 <ibis:include href="dimension/GeoProxy.xml"/> 144 <ibis:include href="dimension/GeoZone.xml"/> 146 145 147 <!--ibis:include href="dimension/GeoCnty.xml"/--> 146 148 -
adopters/ut/trunk/src/main/webapps/ibisph-content/xml/query/module/wildfire/dimension/GeoZone.xml
r12512 r12517 5 5 <TITLE>Weather Forecast Zone(s)</TITLE> 6 6 <PROXY_DIMENSION_NAME>GeoProxy</PROXY_DIMENSION_NAME> 7 < !--PROXY_DIMENSION_NAME>DummyProxyDimensionName-NotGroupBySelectable</PROXY_DIMENSION_NAME-->7 <PROXY_DIMENSION_NAME>DummyProxyDimensionName-NotGroupBySelectable</PROXY_DIMENSION_NAME> 8 8 <VALUES> 9 9 <VALUE>1<TITLE>1 Cache Valley/Utah Portion</TITLE></VALUE> -
adopters/ut/trunk/src/main/webapps/ibisph-content/xml/query/module/wildfire/dimension/YearProxy.xml
r12512 r12517 3 3 <DIMENSION name="YearProxy"> 4 4 <NAME>YearProxy</NAME> 5 < PROXY_DIMENSION_NAME>DummyProxyDimensionName-NotGroupBySelectable</PROXY_DIMENSION_NAME>5 <!--PROXY_DIMENSION_NAME>DummyProxyDimensionName-NotGroupBySelectable</PROXY_DIMENSION_NAME--> 6 6 <TITLE>Year</TITLE> 7 7 </DIMENSION>
Note: See TracChangeset
for help on using the changeset viewer.