Skip to content

Commit

Permalink
Fix parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
dmgaldi committed Feb 2, 2024
1 parent bf4ed7a commit df6dd69
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ public class AppsMetadata {
app("standalone-map", "Standalone Map", null,
"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", new StandaloneMapMarkersPlugin()),
viz("map-markers-bubbles", new BubbleMapMarkersPlugin()),
viz("map-markers-bubbles-legend", new BubbleMapMarkersLegendPlugin()),
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 df6dd69

Please sign in to comment.