@abi-software/mapintegratedvuer 1.4.1 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abi-software/mapintegratedvuer",
3
- "version": "1.4.1",
3
+ "version": "1.5.0",
4
4
  "license": "Apache-2.0",
5
5
  "scripts": {
6
6
  "serve": "vite --host --force",
@@ -50,7 +50,7 @@
50
50
  "*.js"
51
51
  ],
52
52
  "dependencies": {
53
- "@abi-software/flatmapvuer": "^1.4.3",
53
+ "@abi-software/flatmapvuer": "^1.5.1",
54
54
  "@abi-software/map-side-bar": "^2.4.1",
55
55
  "@abi-software/map-utilities": "^1.1.0",
56
56
  "@abi-software/plotvuer": "1.0.0",
@@ -2,7 +2,7 @@ const initialDefaultState = () => {
2
2
  return {
3
3
  entries: [
4
4
  {
5
- resource: "Rat",
5
+ resource: "Human Male",
6
6
  type: "MultiFlatmap",
7
7
  mode: "main",
8
8
  id: 1,
@@ -18,7 +18,7 @@ const getNewMapEntry = async (type, sparcApi) => {
18
18
  let entry = { };
19
19
  if (type === "AC") {
20
20
  entry = {
21
- resource: "Rat",
21
+ resource: "Human Male",
22
22
  type: "MultiFlatmap",
23
23
  mode: "main",
24
24
  state: undefined,
@@ -105,7 +105,7 @@ export default {
105
105
  availableSpecies: availableSpecies(),
106
106
  scaffoldResource: { },
107
107
  showStarInLegend: false,
108
- openMapOptions: getOpenMapOptions("Rat"),
108
+ openMapOptions: getOpenMapOptions("Human Male"),
109
109
  }
110
110
  },
111
111
  methods: {
@@ -500,7 +500,7 @@ export default {
500
500
  data: function () {
501
501
  return {
502
502
  apiLocation: undefined,
503
- activeSpecies: "Rat",
503
+ activeSpecies: "Human Male",
504
504
  scaffoldCamera: undefined,
505
505
  mainStyle: {
506
506
  height: this.entry.datasetTitle ? "calc(100% - 30px)" : "100%",