Skip to content

Commit

Permalink
Merge pull request #391 from alan-wu/main
Browse files Browse the repository at this point in the history
Use version 0.2.5 of mapvuer which uses algoloia for knowledge query.
  • Loading branch information
alan-wu authored Feb 9, 2022
2 parents 8bb906b + d5dd81c commit b91aae2
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@abi-software/flatmapvuer": "0.2.4-beta-1",
"@abi-software/gallery": "^0.2.1",
"@abi-software/mapintegratedvuer": "0.2.4-fixes-2",
"@abi-software/mapintegratedvuer": "0.2.5",
"@abi-software/plotvuer": "^0.3.0",
"@abi-software/scaffoldvuer": "0.1.51",
"@miyaoka/nuxt-twitter-widgets-module": "^0.0.1",
Expand Down
13 changes: 9 additions & 4 deletions pages/maps/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
<MapContent
ref="map"
:state="state"
:api="api"
:flatmap-a-p-i="flatmapAPI"
:options="options"
:share-link="shareLink"
@updateShareLinkRequested="updateUUID"
/>
Expand Down Expand Up @@ -74,8 +73,14 @@ export default {
],
uuid: undefined,
state: undefined,
api: process.env.portal_api,
flatmapAPI: process.env.flatmap_api,
options:{
sparcApi: process.env.portal_api,
algoliaIndex: process.env.ALGOLIA_INDEX,
algoliaKey: process.env.ALGOLIA_API_KEY,
algoliaId: process.env.ALGOLIA_APP_ID,
pennsieveApi: process.env.discover_api_host,
flatmapAPI: process.env.flatmap_api,
},
shareLink: `${process.env.ROOT_URL}${this.$route.fullPath}`
}
},
Expand Down
147 changes: 136 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
orbit-camera-controller "^4.0.0"
turntable-camera-controller "^3.0.0"

"@abi-software/flatmap-viewer@^2.1.0-beta.14":
"@abi-software/flatmap-viewer@2.1.0-beta.14", "@abi-software/flatmap-viewer@^2.1.0-beta.14":
version "2.1.0-beta.14"
resolved "https://registry.yarnpkg.com/@abi-software/flatmap-viewer/-/flatmap-viewer-2.1.0-beta.14.tgz#58e766f4230efec032fcad98b2078021d0469619"
integrity sha512-WqnMFrfgVRsrIOKhIpudXCa8nO28Xc0WjN5XRrhYM8KU0LBD+QP1kBzTDBgbt/Q6ygiIiCgWvI1Wtoy8Kj5DjQ==
Expand Down Expand Up @@ -48,23 +48,24 @@
element-ui "^2.15.0"
vue "^2.6.11"

"@abi-software/map-side-bar@^1.1.3-fix-0":
version "1.1.3-fix-0"
resolved "https://registry.yarnpkg.com/@abi-software/map-side-bar/-/map-side-bar-1.1.3-fix-0.tgz#9d66f23c07cb17b02ab29f85ab98bb9b9e543926"
integrity sha512-A+F9uLED/9ezHKfhJsfuIuMFaRoE2GSn+NkgNtaiJMzHw8VdiH1bAJU8Qtb25pCvBGk3H4elQvjF4PxIOqzsJw==
"@abi-software/map-side-bar@^1.1.8":
version "1.1.8"
resolved "https://registry.yarnpkg.com/@abi-software/map-side-bar/-/map-side-bar-1.1.8.tgz#b599dfc3b0e8c68ba9667ac40329678a8b0185f9"
integrity sha512-hBNF41IobE5OTPtYRDz/iCq90xQAK29cAPM84hdHyvRS3YlnOeJID9oDJtLkaB4RvLK6VGeUiOQKD+Tn+ZzNXA==
dependencies:
"@abi-software/svg-sprite" "^0.1.14"
algoliasearch "^4.10.5"
element-ui "^2.13.0"
vue "^2.6.10"

"@abi-software/[email protected].4-fixes-2":
version "0.2.4-fixes-2"
resolved "https://registry.yarnpkg.com/@abi-software/mapintegratedvuer/-/mapintegratedvuer-0.2.4-fixes-2.tgz#1ba458e28a88f92cd6b9297e4b1cdc9e559ea7bc"
integrity sha512-4fqp5RNiPR+Ab/MizigbDuK9dIR10Qbs3S0cHYlceKJPwSGvxgNvJaRfufBly9i8Xs6nyEXAnpduxk/mvklEIA==
"@abi-software/[email protected].5":
version "0.2.5"
resolved "https://registry.yarnpkg.com/@abi-software/mapintegratedvuer/-/mapintegratedvuer-0.2.5.tgz#8c54f2191db07010bce8973615c29ce7d1862fa8"
integrity sha512-Dw5UeZBpHcy1m//fRkYSj4CdqxiuFDuusZ5WCClkiZnHn+oWWc2cTKP4lhICTkF3BWCtkR3QvofSbSKoze28Lg==
dependencies:
"@abi-software/flatmap-viewer" "^2.1.0-beta.14"
"@abi-software/flatmap-viewer" "2.1.0-beta.14"
"@abi-software/flatmapvuer" "^0.2.4-beta-1"
"@abi-software/map-side-bar" "^1.1.3-fix-0"
"@abi-software/map-side-bar" "^1.1.8"
"@abi-software/plotvuer" "^0.2.41"
"@abi-software/scaffoldvuer" "^0.1.51"
"@abi-software/simulationvuer" "^0.4.6"
Expand Down Expand Up @@ -180,25 +181,53 @@
svg-inline-loader "^0.8.2"
vue "^2.6.11"

"@algolia/[email protected]":
version "4.12.1"
resolved "https://registry.yarnpkg.com/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.12.1.tgz#23f4f219963b96918d0524acd09d4d646541d888"
integrity sha512-ERFFOnC9740xAkuO0iZTQqm2AzU7Dpz/s+g7o48GlZgx5p9GgNcsuK5eS0GoW/tAK+fnKlizCtlFHNuIWuvfsg==
dependencies:
"@algolia/cache-common" "4.12.1"

"@algolia/[email protected]":
version "4.9.3"
resolved "https://registry.yarnpkg.com/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.9.3.tgz#44e6306a548a76c410b5f64a8a0a1b65f63183c9"
integrity sha512-t9yKMfPNxxEUk/PPbZtXj0GCttDk1pk0wV2eA5udIOgf+Wqb/77yH75zz1u8EmCBGPe+FWXjSVT/wS1tlQz7SA==
dependencies:
"@algolia/cache-common" "4.9.3"

"@algolia/[email protected]":
version "4.12.1"
resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.12.1.tgz#d3f1676ca9c404adce0f78d68f6381bedb44cd9c"
integrity sha512-UugTER3V40jT+e19Dmph5PKMeliYKxycNPwrPNADin0RcWNfT2QksK9Ff2N2W7UKraqMOzoeDb4LAJtxcK1a8Q==

"@algolia/[email protected]":
version "4.9.3"
resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.9.3.tgz#0b3ca07c9af108433b4d3423a03511c3d053fed5"
integrity sha512-4dvzz28ESs7lRHmpBIjlmRloD9oGeD90E2C0QWNQYuAYosSdXGwW7vw4vdGRdPoL32t6u6S+47Bk6Dhcbw2ftA==

"@algolia/[email protected]":
version "4.12.1"
resolved "https://registry.yarnpkg.com/@algolia/cache-in-memory/-/cache-in-memory-4.12.1.tgz#0ef6aac2f8feab5b46fc130beb682bbd21b55244"
integrity sha512-U6iaunaxK1lHsAf02UWF58foKFEcrVLsHwN56UkCtwn32nlP9rz52WOcHsgk6TJrL8NDcO5swMjtOQ5XHESFLw==
dependencies:
"@algolia/cache-common" "4.12.1"

"@algolia/[email protected]":
version "4.9.3"
resolved "https://registry.yarnpkg.com/@algolia/cache-in-memory/-/cache-in-memory-4.9.3.tgz#0bae2ad1de6537ca28efaf5280051265903bfca5"
integrity sha512-e1eRpP/Ht9qmLw5Sp674N6Y0c59K0L2LBI71EBOlq1j+kVc+JxVO03he5g+nQ7JOwLijyJPrkbm3RvXb5CX0sA==
dependencies:
"@algolia/cache-common" "4.9.3"

"@algolia/[email protected]":
version "4.12.1"
resolved "https://registry.yarnpkg.com/@algolia/client-account/-/client-account-4.12.1.tgz#e838c9283db2fab32a425dd13c77da321d48fd8b"
integrity sha512-jGo4ConJNoMdTCR2zouO0jO/JcJmzOK6crFxMMLvdnB1JhmMbuIKluOTJVlBWeivnmcsqb7r0v7qTCPW5PAyxQ==
dependencies:
"@algolia/client-common" "4.12.1"
"@algolia/client-search" "4.12.1"
"@algolia/transporter" "4.12.1"

"@algolia/[email protected]":
version "4.9.3"
resolved "https://registry.yarnpkg.com/@algolia/client-account/-/client-account-4.9.3.tgz#af9bf3612d05e87aa36372da50a2f0a9265de201"
Expand All @@ -208,6 +237,16 @@
"@algolia/client-search" "4.9.3"
"@algolia/transporter" "4.9.3"

"@algolia/[email protected]":
version "4.12.1"
resolved "https://registry.yarnpkg.com/@algolia/client-analytics/-/client-analytics-4.12.1.tgz#2976d658655a1590cf84cfb596aa75a204f6dec4"
integrity sha512-h1It7KXzIthlhuhfBk7LteYq72tym9maQDUsyRW0Gft8b6ZQahnRak9gcCvKwhcJ1vJoP7T7JrNYGiYSicTD9g==
dependencies:
"@algolia/client-common" "4.12.1"
"@algolia/client-search" "4.12.1"
"@algolia/requester-common" "4.12.1"
"@algolia/transporter" "4.12.1"

"@algolia/[email protected]":
version "4.9.3"
resolved "https://registry.yarnpkg.com/@algolia/client-analytics/-/client-analytics-4.9.3.tgz#cddb4a97d796291d91bd15735de008b2d80a0b1b"
Expand All @@ -218,6 +257,14 @@
"@algolia/requester-common" "4.9.3"
"@algolia/transporter" "4.9.3"

"@algolia/[email protected]":
version "4.12.1"
resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-4.12.1.tgz#104ccefe96bda3ff926bc70c31ff6d17c41b6107"
integrity sha512-obnJ8eSbv+h94Grk83DTGQ3bqhViSWureV6oK1s21/KMGWbb3DkduHm+lcwFrMFkjSUSzosLBHV9EQUIBvueTw==
dependencies:
"@algolia/requester-common" "4.12.1"
"@algolia/transporter" "4.12.1"

"@algolia/[email protected]":
version "4.9.3"
resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-4.9.3.tgz#167a6863b55ffe7788ab9ac98b1b6fd0078f79df"
Expand All @@ -226,6 +273,15 @@
"@algolia/requester-common" "4.9.3"
"@algolia/transporter" "4.9.3"

"@algolia/[email protected]":
version "4.12.1"
resolved "https://registry.yarnpkg.com/@algolia/client-personalization/-/client-personalization-4.12.1.tgz#f63d1890f95de850e1c8e41c1d57adda521d9e7f"
integrity sha512-sMSnjjPjRgByGHYygV+5L/E8a6RgU7l2GbpJukSzJ9GRY37tHmBHuvahv8JjdCGJ2p7QDYLnQy5bN5Z02qjc7Q==
dependencies:
"@algolia/client-common" "4.12.1"
"@algolia/requester-common" "4.12.1"
"@algolia/transporter" "4.12.1"

"@algolia/[email protected]":
version "4.9.3"
resolved "https://registry.yarnpkg.com/@algolia/client-recommendation/-/client-recommendation-4.9.3.tgz#e2031237b2904c9d9b946fc846c87a21ad67bc5a"
Expand All @@ -235,6 +291,15 @@
"@algolia/requester-common" "4.9.3"
"@algolia/transporter" "4.9.3"

"@algolia/[email protected]":
version "4.12.1"
resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.12.1.tgz#fcd7a974be5d39d5c336d7f2e89577ffa66aefdd"
integrity sha512-MwwKKprfY6X2nJ5Ki/ccXM2GDEePvVjZnnoOB2io3dLKW4fTqeSRlC5DRXeFD7UM0vOPPHr4ItV2aj19APKNVQ==
dependencies:
"@algolia/client-common" "4.12.1"
"@algolia/requester-common" "4.12.1"
"@algolia/transporter" "4.12.1"

"@algolia/[email protected]":
version "4.9.3"
resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.9.3.tgz#6259645ad5a7e7388727343806bcf2d0cf3e343a"
Expand All @@ -244,37 +309,77 @@
"@algolia/requester-common" "4.9.3"
"@algolia/transporter" "4.9.3"

"@algolia/[email protected]":
version "4.12.1"
resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.12.1.tgz#d6501b4d9d242956257ba8e10f6b4bbf6863baa4"
integrity sha512-fCgrzlXGATNqdFTxwx0GsyPXK+Uqrx1SZ3iuY2VGPPqdt1a20clAG2n2OcLHJpvaa6vMFPlJyWvbqAgzxdxBlQ==

"@algolia/[email protected]":
version "4.9.3"
resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.9.3.tgz#d9b976524313b11f11c6ec546e2ed451c7964a11"
integrity sha512-8hGQ5HQvjx2kr7GWOmpON1tcRX2+VHqVg4p+qJqCBsPFlXbAshUyRJkxuen20eem2EAA5Cmmo1fPy/jlqdMMHA==

"@algolia/[email protected]":
version "4.12.1"
resolved "https://registry.yarnpkg.com/@algolia/logger-console/-/logger-console-4.12.1.tgz#841edd39dd5c5530a69fc66084bfee3254dd0807"
integrity sha512-0owaEnq/davngQMYqxLA4KrhWHiXujQ1CU3FFnyUcMyBR7rGHI48zSOUpqnsAXrMBdSH6rH5BDkSUUFwsh8RkQ==
dependencies:
"@algolia/logger-common" "4.12.1"

"@algolia/[email protected]":
version "4.9.3"
resolved "https://registry.yarnpkg.com/@algolia/logger-console/-/logger-console-4.9.3.tgz#f690bf8d5262a82425da26b42a519d7ec6c3784a"
integrity sha512-7FGulrAjS/oCVRShKJw5qFuyHOZk/44jolEtNtXvO/tZRR8hPPiow16Vrd3ByRSIhghkC5zj6at4nQhoPK+KqA==
dependencies:
"@algolia/logger-common" "4.9.3"

"@algolia/[email protected]":
version "4.12.1"
resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.12.1.tgz#2d0c18ee188d7cae0e4a930e5e89989e3c4a816b"
integrity sha512-OaMxDyG0TZG0oqz1lQh9e3woantAG1bLnuwq3fmypsrQxra4IQZiyn1x+kEb69D2TcXApI5gOgrD4oWhtEVMtw==
dependencies:
"@algolia/requester-common" "4.12.1"

"@algolia/[email protected]":
version "4.9.3"
resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.9.3.tgz#1c0fd594e253b41786b3408ade9f63862fe0c577"
integrity sha512-hP4YgxcY1kol0d+joXpO4BJuXjgF+vy3eBPk8WCXvZucv8hl5Vqb4BLccDMck+sTqP4Tqglwh/KwVTQrpmi/wA==
dependencies:
"@algolia/requester-common" "4.9.3"

"@algolia/[email protected]":
version "4.12.1"
resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.12.1.tgz#95bb6539da7199da3e205341cea8f27267f7af29"
integrity sha512-XWIrWQNJ1vIrSuL/bUk3ZwNMNxl+aWz6dNboRW6+lGTcMIwc3NBFE90ogbZKhNrFRff8zI4qCF15tjW+Fyhpow==

"@algolia/[email protected]":
version "4.9.3"
resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.9.3.tgz#58fb72ca3f4f7714d75287ff568000ee6c2afac6"
integrity sha512-AgUw1iA/JkanZC+dhkSLyeiVgBhaaM3bI20f3cokuuDdz4X6F+hzi0vEpUZrEuNfnMLbUg8gxq3Vcg1/L9+9MA==

"@algolia/[email protected]":
version "4.12.1"
resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-4.12.1.tgz#c9df97ff1daa7e58c5c2b1f28cf7163005edccb0"
integrity sha512-awBtwaD+s0hxkA1aehYn8F0t9wqGoBVWgY4JPHBmp1ChO3pK7RKnnvnv7QQa9vTlllX29oPt/BBVgMo1Z3n1Qg==
dependencies:
"@algolia/requester-common" "4.12.1"

"@algolia/[email protected]":
version "4.9.3"
resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-4.9.3.tgz#a2bf0e7048fe3b81c6b6b170f8f68a5789dadafe"
integrity sha512-+nz7rRnI9qNcdZjHpyAyvcDLAO9mGobqsAi0aicxMka/szU1HVUX6+pvSOiiOsD8ST3R13rJuufgHfWdDUysQg==
dependencies:
"@algolia/requester-common" "4.9.3"

"@algolia/[email protected]":
version "4.12.1"
resolved "https://registry.yarnpkg.com/@algolia/transporter/-/transporter-4.12.1.tgz#61b9829916c474f42e2d4a6eada0d6c138379945"
integrity sha512-BGeNgdEHc6dXIk2g8kdlOoQ6fQ6OIaKQcplEj7HPoi+XZUeAvRi3Pff3QWd7YmybWkjzd9AnTzieTASDWhL+sQ==
dependencies:
"@algolia/cache-common" "4.12.1"
"@algolia/logger-common" "4.12.1"
"@algolia/requester-common" "4.12.1"

"@algolia/[email protected]":
version "4.9.3"
resolved "https://registry.yarnpkg.com/@algolia/transporter/-/transporter-4.9.3.tgz#5a0933d4e59acdf88712156b2ab6f1b46c0a7f88"
Expand Down Expand Up @@ -2813,6 +2918,26 @@ ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5:
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"

algoliasearch@^4.10.5:
version "4.12.1"
resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-4.12.1.tgz#574a2c5424c4b6681c026928fb810be2d2ec3924"
integrity sha512-c0dM1g3zZBJrkzE5GA/Nu1y3fFxx3LCzxKzcmp2dgGS8P4CjszB/l3lsSh2MSrrK1Hn/KV4BlbBMXtYgG1Bfrw==
dependencies:
"@algolia/cache-browser-local-storage" "4.12.1"
"@algolia/cache-common" "4.12.1"
"@algolia/cache-in-memory" "4.12.1"
"@algolia/client-account" "4.12.1"
"@algolia/client-analytics" "4.12.1"
"@algolia/client-common" "4.12.1"
"@algolia/client-personalization" "4.12.1"
"@algolia/client-search" "4.12.1"
"@algolia/logger-common" "4.12.1"
"@algolia/logger-console" "4.12.1"
"@algolia/requester-browser-xhr" "4.12.1"
"@algolia/requester-common" "4.12.1"
"@algolia/requester-node-http" "4.12.1"
"@algolia/transporter" "4.12.1"

algoliasearch@^4.9.3:
version "4.9.3"
resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-4.9.3.tgz#b22ef0ae0450304cdf5264369a29cefa71ea2b30"
Expand Down

0 comments on commit b91aae2

Please sign in to comment.