Skip to content

Commit

Permalink
Add map markers plugins to apps metadata (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmgaldi authored Feb 2, 2024
1 parent 0d5e8c1 commit bf4ed7a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
import org.veupathdb.service.eda.ds.plugin.pass.ScatterplotPlugin;
import org.veupathdb.service.eda.ds.plugin.pass.TwoByTwoPlugin;
import org.veupathdb.service.eda.ds.plugin.sample.TestCollectionPlugin;
import org.veupathdb.service.eda.ds.plugin.standalonemap.BubbleMapMarkersLegendPlugin;
import org.veupathdb.service.eda.ds.plugin.standalonemap.BubbleMapMarkersPlugin;
import org.veupathdb.service.eda.ds.plugin.standalonemap.CollectionFloatingBarplotPlugin;
import org.veupathdb.service.eda.ds.plugin.standalonemap.CollectionFloatingBoxplotPlugin;
import org.veupathdb.service.eda.ds.plugin.standalonemap.CollectionFloatingContTablePlugin;
Expand Down Expand Up @@ -57,6 +59,8 @@ public class AppsMetadata {
"A collection of visualizations designed to support the unbiased exploration of relationships between spatiotemporal variables in a cartographic map.",
Arrays.asList(VECTORBASE_PROJECT),
viz("map-markers", new StandaloneMapMarkersPlugin())),
viz("map-markers-bubbles", new BubbleMapMarkersPlugin()),
viz("map-markers-bubbles-legend", new BubbleMapMarkersLegendPlugin()),
app("standalone-map-xyrelationships", "X-Y Relationships", null,
"Build plots to explore the relationship between two variables.",
Arrays.asList(VECTORBASE_PROJECT),
Expand Down

0 comments on commit bf4ed7a

Please sign in to comment.