Skip to content
Snippets Groups Projects

F map marker color config

Merged Timm Fitschen requested to merge f-map-marker-color-config into dev
All threads resolved!
3 files
+ 16
9
Compare changes
  • Side-by-side
  • Inline

Files

@@ -192,7 +192,7 @@ The following example for the file global_query_shortcuts.json would create two
@@ -192,7 +192,7 @@ The following example for the file global_query_shortcuts.json would create two
{
{
"description": "Show a table of Experiments for year: {year}",
"description": "Show a table of Experiments for year: {year}",
"query": "SELECT date, project, identifier FROM Record Experiment with date in {year}"
"query": "SELECT date, project, identifier FROM Record Experiment with date in {year}"
},
}
]
]
Data Model for User Query Templates
Data Model for User Query Templates
Loading