Skip to content

Commit

Permalink
update data source type
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanho committed Nov 22, 2024
1 parent 910306b commit 3c24e33
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions src/ucar/unidata/idv/resources/datasource.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,12 @@
name="icon"
value="/auxdata/ui/icons/3D.gif"/>
</datasource>

<!--datasource
id="HRIT"
factory="ucar.unidata.data.imagery.HRITDataSource"
fileselection="true"
doesmultiples="true"
label="HRIT data source"/-->
<datasource
id="FILE.RADAR"
patterns="swp\..*_$,.*dorade.*,Level3.*\.nids$,6500.*$,7000.*$,.*\.raw$"
Expand Down Expand Up @@ -238,12 +243,25 @@
<datasource
id="WMS"
factory="ucar.unidata.data.gis.WmsDataSource"
label="WMS image data">
patterns="\.wms$/>
label="WMS image data"
fileselection="true"
doesmultiples="false"
patterns="\.wms$">
<property
name="default_display"
value="wmscontrol"/>
</datasource>
<!--datasource
id="WMTS"
factory="ucar.unidata.data.gis.WmtsDataSource"
label="WMTS image data"
fileselection="true"
doesmultiples="false"
patterns="\.wmts$">
<property
name="default_display"
value="wmscontrol"/>
</datasource-->

<datasource
id="KML"
Expand Down

0 comments on commit 3c24e33

Please sign in to comment.