Skip to content

Commit

Permalink
Viz update to v0.0.1 and bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hujambo-dunia committed Nov 12, 2024
1 parent 504b559 commit 172151c
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,25 @@
<data_source>
<model_class>HistoryDatasetAssociation</model_class>
<test test_attr="ext" result_type="datatype">geojson</test>
<test test_attr="ext" result_type="datatype">shp</test>
<test test_attr="ext" result_type="datatype">shp</test>
<to_param param_attr="id">dataset_id</to_param>
</data_source>
</data_sources>
<params>
<param type="dataset" var_name_in_template="hda" required="true">dataset_id</param>
</params>
<entry_point entry_point_type="chart" src="script.js" css="ol.css"/>
<requirements>
<requirement type="npm" version="0.0.1" package="galaxy-openlayers"/>
</requirements>
<entry_point entry_point_type="script" src="dist/index.js" css="dist/index.css" />
<settings>
<input>
<label>Types of geometry</label>
<name>geometry_type</name>
<help>Select a geometry type.</help>
<type>select</type>
<display>radio</display>
<value>circle</value>
<value>Circle</value>
<data>
<data>
<label>None</label>
Expand Down

0 comments on commit 172151c

Please sign in to comment.