@panoramax/web-viewer 4.4.0-develop-3839b5a4 → 4.4.0-develop-f91f6758
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/{src → build}/components/core/Basic.js +22 -16
- package/{src → build}/components/core/CoverageMap.js +19 -14
- package/{src → build}/components/core/Editor.js +16 -16
- package/{src → build}/components/core/PhotoViewer.js +30 -29
- package/{src → build}/components/core/Viewer.js +21 -20
- package/build/components/core/index.js +10 -0
- package/build/components/index.js +11 -0
- package/build/components/index_photoviewer.js +6 -0
- package/{src → build}/components/layout/BottomDrawer.js +4 -4
- package/{src → build}/components/layout/CorneredGrid.js +1 -1
- package/{src → build}/components/layout/Mini.js +5 -4
- package/{src → build}/components/layout/Tabs.js +1 -1
- package/build/components/layout/index.js +9 -0
- package/{src → build}/components/menus/LocationPrecisionDoc.js +4 -6
- package/{src → build}/components/menus/MapBackground.js +4 -6
- package/{src → build}/components/menus/MapFilters.js +16 -21
- package/{src → build}/components/menus/MapLayers.js +20 -24
- package/{src → build}/components/menus/MapLegend.js +3 -4
- package/{src → build}/components/menus/MiniPictureLegend.js +3 -4
- package/{src → build}/components/menus/PictureLegend.js +10 -15
- package/{src → build}/components/menus/PictureMetadata.js +12 -19
- package/{src → build}/components/menus/PlayerOptions.js +5 -7
- package/{src → build}/components/menus/QualityScoreDoc.js +3 -4
- package/{src → build}/components/menus/ReportForm.js +8 -9
- package/{src → build}/components/menus/SemanticsDoc.js +3 -4
- package/{src → build}/components/menus/SemanticsDownload.js +3 -3
- package/{src → build}/components/menus/SemanticsFilters.js +7 -8
- package/{src → build}/components/menus/SemanticsList.js +11 -18
- package/{src → build}/components/menus/SemanticsMetadata.js +8 -11
- package/{src → build}/components/menus/Share.js +6 -7
- package/build/components/menus/index.js +22 -0
- package/build/components/menus/index_photoviewer.js +11 -0
- package/{src → build}/components/styles.js +0 -2
- package/{src → build}/components/ui/AnnotationsSwitch.js +6 -8
- package/{src → build}/components/ui/Button.js +1 -1
- package/{src → build}/components/ui/ButtonGroup.js +2 -1
- package/{src → build}/components/ui/CopyButton.js +4 -6
- package/{src → build}/components/ui/Grade.js +5 -5
- package/{src → build}/components/ui/GradeFilter.js +3 -3
- package/{src → build}/components/ui/IconSwitch.js +1 -1
- package/{src → build}/components/ui/LinkButton.js +1 -1
- package/{src → build}/components/ui/ListGroup.js +3 -3
- package/{src → build}/components/ui/ListItem.js +1 -1
- package/{src → build}/components/ui/Loader.js +8 -7
- package/{src → build}/components/ui/Map.js +38 -26
- package/{src → build}/components/ui/MapMore.js +7 -7
- package/{src → build}/components/ui/Photo.js +29 -27
- package/{src → build}/components/ui/Popup.js +4 -4
- package/{src → build}/components/ui/QualityScore.js +4 -4
- package/{src → build}/components/ui/SearchBar.js +6 -7
- package/{src → build}/components/ui/SemanticsEditor.js +14 -15
- package/{src → build}/components/ui/SemanticsTable.js +4 -5
- package/{src → build}/components/ui/Switch.js +1 -1
- package/{src → build}/components/ui/TogglableGroup.js +4 -4
- package/build/components/ui/index.js +29 -0
- package/build/components/ui/index_photoviewer.js +21 -0
- package/{src → build}/components/ui/widgets/CopyCoordinates.js +5 -5
- package/{src → build}/components/ui/widgets/GeoSearch.js +10 -10
- package/{src → build}/components/ui/widgets/Legend.js +9 -8
- package/{src → build}/components/ui/widgets/LevelSelect.js +9 -7
- package/{src → build}/components/ui/widgets/MapFiltersButton.js +5 -5
- package/{src → build}/components/ui/widgets/MapLayersButton.js +5 -5
- package/{src → build}/components/ui/widgets/OSMEditors.js +8 -8
- package/{src → build}/components/ui/widgets/PictureLegendActions.js +4 -4
- package/{src → build}/components/ui/widgets/Player.js +6 -7
- package/{src → build}/components/ui/widgets/SemanticsFiltersButton.js +6 -7
- package/{src → build}/components/ui/widgets/Zoom.js +6 -6
- package/build/components/ui/widgets/index.js +16 -0
- package/build/components/ui/widgets/index_photoviewer.js +7 -0
- package/build/editor.html +94 -10
- package/{src → build}/img/arrow_triangle.svg +0 -1
- package/{src → build}/img/arrow_turn.svg +0 -1
- package/build/index.html +111 -1
- package/build/index.js +6 -95
- package/build/index_photoviewer.js +4 -0
- package/build/map.html +97 -1
- package/build/package.json +141 -0
- package/build/photo.html +85 -1
- package/build/servers.js +3 -4
- package/{src → build}/utils/API.js +33 -33
- package/{src → build}/utils/InitParameters.js +11 -9
- package/{src → build}/utils/MapStyleComposer.js +39 -37
- package/{src → build}/utils/PhotoAdapter.js +1 -0
- package/{src → build}/utils/PresetsManager.js +4 -4
- package/{src → build}/utils/SemanticsMapProtocol.js +3 -4
- package/{src → build}/utils/URLHandler.js +16 -14
- package/{src → build}/utils/geocoder.js +5 -5
- package/{src → build}/utils/i18n.js +21 -20
- package/build/utils/index.js +17 -0
- package/build/utils/index_photoviewer.js +14 -0
- package/{src → build}/utils/indoor.js +9 -5
- package/{src → build}/utils/map.js +15 -11
- package/{src → build}/utils/picture.js +22 -17
- package/{src → build}/utils/semantics.js +9 -5
- package/{src → build}/utils/utils.js +8 -4
- package/{src → build}/utils/widgets.js +2 -2
- package/build/viewer.html +120 -35
- package/build/viewer_indoor.html +90 -8
- package/build/widgets.html +410 -1
- package/package.json +81 -204
- package/.dockerignore +0 -7
- package/.gitlab-ci.yml +0 -78
- package/CHANGELOG.md +0 -853
- package/CODE_OF_CONDUCT.md +0 -134
- package/Dockerfile +0 -14
- package/build/index.css +0 -36
- package/build/index.css.map +0 -1
- package/build/index.js.map +0 -1
- package/build/photoviewer.css +0 -36
- package/build/photoviewer.css.map +0 -1
- package/build/photoviewer.js +0 -86
- package/build/photoviewer.js.map +0 -1
- package/build/static/media/atkinson-hyperlegible-next-latin-400-normal..woff +0 -0
- package/build/static/media/atkinson-hyperlegible-next-latin-400-normal..woff2 +0 -0
- package/build/static/media/atkinson-hyperlegible-next-latin-ext-400-normal..woff +0 -0
- package/build/static/media/atkinson-hyperlegible-next-latin-ext-400-normal..woff2 +0 -0
- package/config/env.js +0 -104
- package/config/getHttpsConfig.js +0 -69
- package/config/getPackageJson.js +0 -25
- package/config/jest/babelTransform.js +0 -29
- package/config/jest/cssTransform.js +0 -14
- package/config/jest/fileTransform.js +0 -40
- package/config/jest/mocks.js +0 -230
- package/config/modules.js +0 -134
- package/config/paths.js +0 -76
- package/config/pnpTs.js +0 -35
- package/config/webpack/persistentCache/createEnvironmentHash.js +0 -9
- package/config/webpack.config.js +0 -825
- package/config/webpackDevServer.config.js +0 -131
- package/docs/03_URL_settings.md +0 -218
- package/docs/05_Compatibility.md +0 -83
- package/docs/09_Develop.md +0 -141
- package/docs/90_Releases.md +0 -27
- package/docs/images/class_diagram.drawio +0 -144
- package/docs/images/class_diagram.jpg +0 -0
- package/docs/images/comparative_3drender.jpg +0 -0
- package/docs/images/indoor_level.png +0 -0
- package/docs/images/screenshot.jpg +0 -0
- package/docs/index.md +0 -159
- package/docs/reference/components/core/Basic.md +0 -211
- package/docs/reference/components/core/CoverageMap.md +0 -220
- package/docs/reference/components/core/Editor.md +0 -252
- package/docs/reference/components/core/PhotoViewer.md +0 -320
- package/docs/reference/components/core/Viewer.md +0 -398
- package/docs/reference/components/layout/BottomDrawer.md +0 -35
- package/docs/reference/components/layout/CorneredGrid.md +0 -29
- package/docs/reference/components/layout/Mini.md +0 -45
- package/docs/reference/components/layout/Tabs.md +0 -46
- package/docs/reference/components/menus/LocationPrecisionDoc.md +0 -15
- package/docs/reference/components/menus/MapBackground.md +0 -32
- package/docs/reference/components/menus/MapFilters.md +0 -37
- package/docs/reference/components/menus/MapLayers.md +0 -15
- package/docs/reference/components/menus/MapLegend.md +0 -32
- package/docs/reference/components/menus/MiniPictureLegend.md +0 -15
- package/docs/reference/components/menus/PictureLegend.md +0 -45
- package/docs/reference/components/menus/PictureMetadata.md +0 -32
- package/docs/reference/components/menus/PlayerOptions.md +0 -15
- package/docs/reference/components/menus/QualityScoreDoc.md +0 -15
- package/docs/reference/components/menus/ReportForm.md +0 -15
- package/docs/reference/components/menus/SemanticsDoc.md +0 -15
- package/docs/reference/components/menus/SemanticsDownload.md +0 -15
- package/docs/reference/components/menus/SemanticsFilters.md +0 -33
- package/docs/reference/components/menus/SemanticsList.md +0 -97
- package/docs/reference/components/menus/SemanticsMetadata.md +0 -15
- package/docs/reference/components/menus/ShareMenu.md +0 -32
- package/docs/reference/components/ui/AnnotationsSwitch.md +0 -32
- package/docs/reference/components/ui/Button.md +0 -40
- package/docs/reference/components/ui/ButtonGroup.md +0 -36
- package/docs/reference/components/ui/CopyButton.md +0 -41
- package/docs/reference/components/ui/Grade.md +0 -32
- package/docs/reference/components/ui/GradeFilter.md +0 -42
- package/docs/reference/components/ui/IconSwitch.md +0 -53
- package/docs/reference/components/ui/LinkButton.md +0 -45
- package/docs/reference/components/ui/ListGroup.md +0 -22
- package/docs/reference/components/ui/ListItem.md +0 -39
- package/docs/reference/components/ui/Loader.md +0 -56
- package/docs/reference/components/ui/Map.md +0 -150
- package/docs/reference/components/ui/MapMore.md +0 -150
- package/docs/reference/components/ui/Photo.md +0 -495
- package/docs/reference/components/ui/Popup.md +0 -56
- package/docs/reference/components/ui/ProgressBar.md +0 -32
- package/docs/reference/components/ui/QualityScore.md +0 -45
- package/docs/reference/components/ui/SearchBar.md +0 -63
- package/docs/reference/components/ui/SemanticsEditor.md +0 -113
- package/docs/reference/components/ui/SemanticsTable.md +0 -32
- package/docs/reference/components/ui/Switch.md +0 -49
- package/docs/reference/components/ui/TogglableGroup.md +0 -39
- package/docs/reference/components/ui/widgets/CopyCoordinates.md +0 -32
- package/docs/reference/components/ui/widgets/GeoSearch.md +0 -36
- package/docs/reference/components/ui/widgets/Legend.md +0 -58
- package/docs/reference/components/ui/widgets/LevelSelect.md +0 -16
- package/docs/reference/components/ui/widgets/MapFiltersButton.md +0 -37
- package/docs/reference/components/ui/widgets/MapLayersButton.md +0 -15
- package/docs/reference/components/ui/widgets/OSMEditors.md +0 -15
- package/docs/reference/components/ui/widgets/PictureLegendActions.md +0 -32
- package/docs/reference/components/ui/widgets/Player.md +0 -34
- package/docs/reference/components/ui/widgets/SemanticsFiltersButton.md +0 -15
- package/docs/reference/components/ui/widgets/Zoom.md +0 -15
- package/docs/reference/utils/API.md +0 -389
- package/docs/reference/utils/InitParameters.md +0 -68
- package/docs/reference/utils/MapStyleComposer.md +0 -408
- package/docs/reference/utils/PanoraMapProtocol.md +0 -28
- package/docs/reference/utils/PresetsManager.md +0 -43
- package/docs/reference/utils/SemanticsMapProtocol.md +0 -43
- package/docs/reference/utils/URLHandler.md +0 -114
- package/docs/reference.md +0 -99
- package/docs/shortcuts.md +0 -11
- package/docs/tutorials/aerial_imagery.md +0 -21
- package/docs/tutorials/authentication.md +0 -10
- package/docs/tutorials/custom_widgets.md +0 -59
- package/docs/tutorials/indoor_maps.md +0 -50
- package/docs/tutorials/map_style.md +0 -83
- package/docs/tutorials/migrate_v4.md +0 -153
- package/docs/tutorials/migrate_v5.md +0 -103
- package/docs/tutorials/semantics_overlays.md +0 -74
- package/docs/tutorials/synced_coverage.md +0 -43
- package/mkdocs.yml +0 -131
- package/public/editor.html +0 -53
- package/public/index.html +0 -70
- package/public/map.html +0 -55
- package/public/photo.html +0 -43
- package/public/servers.js +0 -15
- package/public/viewer.html +0 -79
- package/public/viewer_indoor.html +0 -48
- package/public/widgets.html +0 -366
- package/scripts/build.js +0 -217
- package/scripts/doc.js +0 -79
- package/scripts/start.js +0 -172
- package/scripts/test.js +0 -52
- package/src/components/core/index.js +0 -12
- package/src/components/index.js +0 -13
- package/src/components/index_photoviewer.js +0 -8
- package/src/components/layout/index.js +0 -9
- package/src/components/menus/index.js +0 -22
- package/src/components/menus/index_photoviewer.js +0 -13
- package/src/components/ui/index.js +0 -29
- package/src/components/ui/index_photoviewer.js +0 -23
- package/src/components/ui/widgets/index.js +0 -16
- package/src/components/ui/widgets/index_photoviewer.js +0 -9
- package/src/index.js +0 -8
- package/src/index_photoviewer.js +0 -6
- package/src/utils/index.js +0 -17
- package/src/utils/index_photoviewer.js +0 -16
- package/tests/components/core/Basic.test.js +0 -168
- package/tests/components/core/BasicMock.js +0 -25
- package/tests/components/core/CoverageMap.test.js +0 -20
- package/tests/components/core/Editor.test.js +0 -20
- package/tests/components/core/PhotoViewer.test.js +0 -57
- package/tests/components/core/Viewer.test.js +0 -85
- package/tests/components/core/__snapshots__/PhotoViewer.test.js.snap +0 -96
- package/tests/components/core/__snapshots__/Viewer.test.js.snap +0 -188
- package/tests/components/ui/CopyButton.test.js +0 -52
- package/tests/components/ui/Loader.test.js +0 -55
- package/tests/components/ui/Map.test.js +0 -145
- package/tests/components/ui/Photo.test.js +0 -437
- package/tests/components/ui/Popup.test.js +0 -26
- package/tests/components/ui/QualityScore.test.js +0 -18
- package/tests/components/ui/SearchBar.test.js +0 -110
- package/tests/components/ui/__snapshots__/CopyButton.test.js.snap +0 -33
- package/tests/components/ui/__snapshots__/Loader.test.js.snap +0 -56
- package/tests/components/ui/__snapshots__/Map.test.js.snap +0 -16
- package/tests/components/ui/__snapshots__/Photo.test.js.snap +0 -263
- package/tests/components/ui/__snapshots__/Popup.test.js.snap +0 -29
- package/tests/components/ui/__snapshots__/QualityScore.test.js.snap +0 -11
- package/tests/components/ui/__snapshots__/SearchBar.test.js.snap +0 -65
- package/tests/data/Map_geocoder_ban.json +0 -36
- package/tests/data/Map_geocoder_nominatim.json +0 -41
- package/tests/data/Viewer_pictures_1.json +0 -148
- package/tests/setupTests.js +0 -5
- package/tests/utils/API.test.js +0 -752
- package/tests/utils/InitParameters.test.js +0 -599
- package/tests/utils/MapStyleComposer.test.js +0 -697
- package/tests/utils/PresetsManager.test.js +0 -123
- package/tests/utils/URLHandler.test.js +0 -587
- package/tests/utils/__snapshots__/API.test.js.snap +0 -40
- package/tests/utils/__snapshots__/MapStyleComposer.test.js.snap +0 -767
- package/tests/utils/__snapshots__/URLHandler.test.js.snap +0 -21
- package/tests/utils/__snapshots__/geocoder.test.js.snap +0 -37
- package/tests/utils/__snapshots__/map.test.js.snap +0 -1249
- package/tests/utils/__snapshots__/picture.test.js.snap +0 -327
- package/tests/utils/__snapshots__/widgets.test.js.snap +0 -19
- package/tests/utils/geocoder.test.js +0 -37
- package/tests/utils/i18n.test.js +0 -111
- package/tests/utils/map.test.js +0 -200
- package/tests/utils/picture.test.js +0 -745
- package/tests/utils/semantics.test.js +0 -174
- package/tests/utils/utils.test.js +0 -358
- package/tests/utils/widgets.test.js +0 -31
- /package/{src → build}/components/core/Basic.css +0 -0
- /package/{src → build}/components/core/CoverageMap.css +0 -0
- /package/{src → build}/components/core/Editor.css +0 -0
- /package/{src → build}/components/core/PhotoViewer.css +0 -0
- /package/{src → build}/components/core/Viewer.css +0 -0
- /package/{src → build}/components/ui/ButtonGroup.css +0 -0
- /package/{src → build}/components/ui/Map.css +0 -0
- /package/{src → build}/components/ui/Photo.css +0 -0
- /package/{src → build}/components/ui/ProgressBar.js +0 -0
- /package/{src → build}/components/ui/widgets/GeoSearch.css +0 -0
- /package/{src → build}/components/ui/widgets/LevelSelect.css +0 -0
- /package/{src → build}/components/ui/widgets/Player.css +0 -0
- /package/{public → build}/favicon.ico +0 -0
- /package/{src → build}/img/arrow_360.svg +0 -0
- /package/{src → build}/img/arrow_flat.svg +0 -0
- /package/{src → build}/img/bg_aerial.jpg +0 -0
- /package/{src → build}/img/bg_streets.jpg +0 -0
- /package/{src → build}/img/loader_base.jpg +0 -0
- /package/{src → build}/img/logo_dead.svg +0 -0
- /package/{src → build}/img/marker.svg +0 -0
- /package/{src → build}/img/marker_blue.svg +0 -0
- /package/{src → build}/img/osm.svg +0 -0
- /package/{src → build}/img/panoramax.svg +0 -0
- /package/{src → build}/img/switch_big.svg +0 -0
- /package/{src → build}/img/switch_mini.svg +0 -0
- /package/{src → build}/img/wd.svg +0 -0
- /package/{src → build}/translations/ar.json +0 -0
- /package/{src → build}/translations/be.json +0 -0
- /package/{src → build}/translations/br.json +0 -0
- /package/{src → build}/translations/cy.json +0 -0
- /package/{src → build}/translations/da.json +0 -0
- /package/{src → build}/translations/de.json +0 -0
- /package/{src → build}/translations/en.json +0 -0
- /package/{src → build}/translations/eo.json +0 -0
- /package/{src → build}/translations/es.json +0 -0
- /package/{src → build}/translations/fi.json +0 -0
- /package/{src → build}/translations/fr.json +0 -0
- /package/{src → build}/translations/hu.json +0 -0
- /package/{src → build}/translations/it.json +0 -0
- /package/{src → build}/translations/ja.json +0 -0
- /package/{src → build}/translations/ko.json +0 -0
- /package/{src → build}/translations/nl.json +0 -0
- /package/{src → build}/translations/nn.json +0 -0
- /package/{src → build}/translations/pl.json +0 -0
- /package/{src → build}/translations/pt.json +0 -0
- /package/{src → build}/translations/pt_BR.json +0 -0
- /package/{src → build}/translations/sv.json +0 -0
- /package/{src → build}/translations/ti.json +0 -0
- /package/{src → build}/translations/tr.json +0 -0
- /package/{src → build}/translations/uk.json +0 -0
- /package/{src → build}/translations/zh_Hant.json +0 -0
- /package/{src → build}/utils/PanoraMapProtocol.js +0 -0
- /package/{src → build}/utils/services.js +0 -0
|
@@ -1,263 +0,0 @@
|
|
|
1
|
-
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
|
-
|
|
3
|
-
exports[`_getNodeFromAPI works 1`] = `
|
|
4
|
-
Object {
|
|
5
|
-
"caption": Object {
|
|
6
|
-
"date": Object {
|
|
7
|
-
"toLocaleDateString": [Function],
|
|
8
|
-
},
|
|
9
|
-
"license": "proprietary",
|
|
10
|
-
"producer": Array [
|
|
11
|
-
"User",
|
|
12
|
-
],
|
|
13
|
-
},
|
|
14
|
-
"gps": Array [
|
|
15
|
-
2.1822941,
|
|
16
|
-
48.9810589,
|
|
17
|
-
],
|
|
18
|
-
"horizontalFov": 360,
|
|
19
|
-
"id": "0005086d-65eb-4a90-9764-86b3661aaa77",
|
|
20
|
-
"links": Array [
|
|
21
|
-
Object {
|
|
22
|
-
"arrowStyle": Object {
|
|
23
|
-
"element": <img
|
|
24
|
-
alt=""
|
|
25
|
-
src="arrow_triangle.svg"
|
|
26
|
-
/>,
|
|
27
|
-
"size": Object {
|
|
28
|
-
"height": 75,
|
|
29
|
-
"width": 75,
|
|
30
|
-
},
|
|
31
|
-
},
|
|
32
|
-
"gps": Array [
|
|
33
|
-
2.1822633,
|
|
34
|
-
48.9811134,
|
|
35
|
-
],
|
|
36
|
-
"linkOffset": Object {
|
|
37
|
-
"yaw": -0,
|
|
38
|
-
},
|
|
39
|
-
"nodeId": "ccf5f468-38b8-4b42-8d79-b97f5391e0a3",
|
|
40
|
-
},
|
|
41
|
-
Object {
|
|
42
|
-
"arrowStyle": Object {
|
|
43
|
-
"element": <img
|
|
44
|
-
alt=""
|
|
45
|
-
src="arrow_triangle.svg"
|
|
46
|
-
/>,
|
|
47
|
-
"size": Object {
|
|
48
|
-
"height": 75,
|
|
49
|
-
"width": 75,
|
|
50
|
-
},
|
|
51
|
-
},
|
|
52
|
-
"gps": Array [
|
|
53
|
-
2.1823272,
|
|
54
|
-
48.9810024,
|
|
55
|
-
],
|
|
56
|
-
"linkOffset": Object {
|
|
57
|
-
"yaw": -0,
|
|
58
|
-
},
|
|
59
|
-
"nodeId": "127d9282-d082-46ca-bc09-4b0d8569dd2c",
|
|
60
|
-
},
|
|
61
|
-
],
|
|
62
|
-
"origInstance": undefined,
|
|
63
|
-
"panorama": Object {
|
|
64
|
-
"basePanoData": [Function],
|
|
65
|
-
"baseUrl": "https://geovisio.fr/api/pictures/0005086d-65eb-4a90-9764-86b3661aaa77/sd.webp",
|
|
66
|
-
"cols": 8,
|
|
67
|
-
"hdUrl": "https://geovisio.fr/api/pictures/0005086d-65eb-4a90-9764-86b3661aaa77/hd.jpg",
|
|
68
|
-
"origBaseUrl": "https://geovisio.fr/api/pictures/0005086d-65eb-4a90-9764-86b3661aaa77/sd.webp",
|
|
69
|
-
"rows": 4,
|
|
70
|
-
"thumbUrl": "https://geovisio.fr/api/pictures/0005086d-65eb-4a90-9764-86b3661aaa77/thumb.jpg",
|
|
71
|
-
"tileUrl": [Function],
|
|
72
|
-
"width": 5760,
|
|
73
|
-
},
|
|
74
|
-
"properties": Object {
|
|
75
|
-
"datetime": "2022-05-03T13:28:56+00:00",
|
|
76
|
-
"license": "proprietary",
|
|
77
|
-
"pers:interior_orientation": Object {
|
|
78
|
-
"camera_manufacturer": "GoPro",
|
|
79
|
-
"camera_model": "Max",
|
|
80
|
-
"field_of_view": 360,
|
|
81
|
-
"focal_length": 3,
|
|
82
|
-
},
|
|
83
|
-
"tiles:tile_matrix_sets": Object {
|
|
84
|
-
"geovisio": Object {
|
|
85
|
-
"identifier": "geovisio-0005086d-65eb-4a90-9764-86b3661aaa77",
|
|
86
|
-
"tileMatrix": Array [
|
|
87
|
-
Object {
|
|
88
|
-
"identifier": "0",
|
|
89
|
-
"matrixHeight": 4,
|
|
90
|
-
"matrixWidth": 8,
|
|
91
|
-
"scaleDenominator": 1,
|
|
92
|
-
"tileHeight": 720,
|
|
93
|
-
"tileWidth": 720,
|
|
94
|
-
"topLeftCorner": Array [
|
|
95
|
-
0,
|
|
96
|
-
0,
|
|
97
|
-
],
|
|
98
|
-
"type": "TileMatrixType",
|
|
99
|
-
},
|
|
100
|
-
],
|
|
101
|
-
"title": "GeoVisio tile matrix for picture 0005086d-65eb-4a90-9764-86b3661aaa77",
|
|
102
|
-
"type": "TileMatrixSetType",
|
|
103
|
-
},
|
|
104
|
-
},
|
|
105
|
-
"view:azimuth": 0,
|
|
106
|
-
},
|
|
107
|
-
"sequence": Object {
|
|
108
|
-
"id": "bb129602-5ac1-4512-bf67-9ec1fa23033f",
|
|
109
|
-
"nextPic": "ccf5f468-38b8-4b42-8d79-b97f5391e0a3",
|
|
110
|
-
"prevPic": "127d9282-d082-46ca-bc09-4b0d8569dd2c",
|
|
111
|
-
},
|
|
112
|
-
"sphereCorrection": Object {},
|
|
113
|
-
}
|
|
114
|
-
`;
|
|
115
|
-
|
|
116
|
-
exports[`_getNodeFromAPI works with nav filter 1`] = `
|
|
117
|
-
Object {
|
|
118
|
-
"caption": Object {
|
|
119
|
-
"date": Object {
|
|
120
|
-
"toLocaleDateString": [Function],
|
|
121
|
-
},
|
|
122
|
-
"license": "proprietary",
|
|
123
|
-
"producer": Array [
|
|
124
|
-
"User",
|
|
125
|
-
],
|
|
126
|
-
},
|
|
127
|
-
"gps": Array [
|
|
128
|
-
2.1822941,
|
|
129
|
-
48.9810589,
|
|
130
|
-
],
|
|
131
|
-
"horizontalFov": 360,
|
|
132
|
-
"id": "0005086d-65eb-4a90-9764-86b3661aaa77",
|
|
133
|
-
"links": Array [
|
|
134
|
-
Object {
|
|
135
|
-
"arrowStyle": Object {
|
|
136
|
-
"element": <img
|
|
137
|
-
alt=""
|
|
138
|
-
src="arrow_triangle.svg"
|
|
139
|
-
/>,
|
|
140
|
-
"size": Object {
|
|
141
|
-
"height": 75,
|
|
142
|
-
"width": 75,
|
|
143
|
-
},
|
|
144
|
-
},
|
|
145
|
-
"gps": Array [
|
|
146
|
-
2.1822633,
|
|
147
|
-
48.9811134,
|
|
148
|
-
],
|
|
149
|
-
"linkOffset": Object {
|
|
150
|
-
"yaw": -0,
|
|
151
|
-
},
|
|
152
|
-
"nodeId": "ccf5f468-38b8-4b42-8d79-b97f5391e0a3",
|
|
153
|
-
},
|
|
154
|
-
Object {
|
|
155
|
-
"arrowStyle": Object {
|
|
156
|
-
"element": <img
|
|
157
|
-
alt=""
|
|
158
|
-
src="arrow_triangle.svg"
|
|
159
|
-
/>,
|
|
160
|
-
"size": Object {
|
|
161
|
-
"height": 75,
|
|
162
|
-
"width": 75,
|
|
163
|
-
},
|
|
164
|
-
},
|
|
165
|
-
"gps": Array [
|
|
166
|
-
2.1823272,
|
|
167
|
-
48.9810024,
|
|
168
|
-
],
|
|
169
|
-
"linkOffset": Object {
|
|
170
|
-
"yaw": -0,
|
|
171
|
-
},
|
|
172
|
-
"nodeId": "127d9282-d082-46ca-bc09-4b0d8569dd2c",
|
|
173
|
-
},
|
|
174
|
-
],
|
|
175
|
-
"origInstance": undefined,
|
|
176
|
-
"panorama": Object {
|
|
177
|
-
"basePanoData": [Function],
|
|
178
|
-
"baseUrl": "https://geovisio.fr/api/pictures/0005086d-65eb-4a90-9764-86b3661aaa77/sd.webp",
|
|
179
|
-
"cols": 8,
|
|
180
|
-
"hdUrl": "https://geovisio.fr/api/pictures/0005086d-65eb-4a90-9764-86b3661aaa77/hd.jpg",
|
|
181
|
-
"origBaseUrl": "https://geovisio.fr/api/pictures/0005086d-65eb-4a90-9764-86b3661aaa77/sd.webp",
|
|
182
|
-
"rows": 4,
|
|
183
|
-
"thumbUrl": "https://geovisio.fr/api/pictures/0005086d-65eb-4a90-9764-86b3661aaa77/thumb.jpg",
|
|
184
|
-
"tileUrl": [Function],
|
|
185
|
-
"width": 5760,
|
|
186
|
-
},
|
|
187
|
-
"properties": Object {
|
|
188
|
-
"datetime": "2022-05-03T13:28:56+00:00",
|
|
189
|
-
"license": "proprietary",
|
|
190
|
-
"pers:interior_orientation": Object {
|
|
191
|
-
"camera_manufacturer": "GoPro",
|
|
192
|
-
"camera_model": "Max",
|
|
193
|
-
"field_of_view": 360,
|
|
194
|
-
"focal_length": 3,
|
|
195
|
-
},
|
|
196
|
-
"tiles:tile_matrix_sets": Object {
|
|
197
|
-
"geovisio": Object {
|
|
198
|
-
"identifier": "geovisio-0005086d-65eb-4a90-9764-86b3661aaa77",
|
|
199
|
-
"tileMatrix": Array [
|
|
200
|
-
Object {
|
|
201
|
-
"identifier": "0",
|
|
202
|
-
"matrixHeight": 4,
|
|
203
|
-
"matrixWidth": 8,
|
|
204
|
-
"scaleDenominator": 1,
|
|
205
|
-
"tileHeight": 720,
|
|
206
|
-
"tileWidth": 720,
|
|
207
|
-
"topLeftCorner": Array [
|
|
208
|
-
0,
|
|
209
|
-
0,
|
|
210
|
-
],
|
|
211
|
-
"type": "TileMatrixType",
|
|
212
|
-
},
|
|
213
|
-
],
|
|
214
|
-
"title": "GeoVisio tile matrix for picture 0005086d-65eb-4a90-9764-86b3661aaa77",
|
|
215
|
-
"type": "TileMatrixSetType",
|
|
216
|
-
},
|
|
217
|
-
},
|
|
218
|
-
"view:azimuth": 0,
|
|
219
|
-
},
|
|
220
|
-
"sequence": Object {
|
|
221
|
-
"id": "bb129602-5ac1-4512-bf67-9ec1fa23033f",
|
|
222
|
-
"nextPic": "ccf5f468-38b8-4b42-8d79-b97f5391e0a3",
|
|
223
|
-
"prevPic": "127d9282-d082-46ca-bc09-4b0d8569dd2c",
|
|
224
|
-
},
|
|
225
|
-
"sphereCorrection": Object {},
|
|
226
|
-
}
|
|
227
|
-
`;
|
|
228
|
-
|
|
229
|
-
exports[`clearPictureMetadataCache works when a pic is selected 1`] = `
|
|
230
|
-
Array [
|
|
231
|
-
Array [
|
|
232
|
-
"seq",
|
|
233
|
-
"pic",
|
|
234
|
-
],
|
|
235
|
-
]
|
|
236
|
-
`;
|
|
237
|
-
|
|
238
|
-
exports[`setPicturesNavigation works 1`] = `
|
|
239
|
-
Array [
|
|
240
|
-
Array [
|
|
241
|
-
Object {
|
|
242
|
-
"value": "pic",
|
|
243
|
-
},
|
|
244
|
-
],
|
|
245
|
-
Array [
|
|
246
|
-
Object {
|
|
247
|
-
"value": "seq",
|
|
248
|
-
},
|
|
249
|
-
],
|
|
250
|
-
Array [
|
|
251
|
-
Object {
|
|
252
|
-
"value": "any",
|
|
253
|
-
},
|
|
254
|
-
],
|
|
255
|
-
Array [
|
|
256
|
-
Object {
|
|
257
|
-
"value": "pic",
|
|
258
|
-
},
|
|
259
|
-
],
|
|
260
|
-
]
|
|
261
|
-
`;
|
|
262
|
-
|
|
263
|
-
exports[`setTransitionDuration works 1`] = `Array []`;
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
|
-
|
|
3
|
-
exports[`close works 1`] = `
|
|
4
|
-
Array [
|
|
5
|
-
Array [
|
|
6
|
-
Event {
|
|
7
|
-
"isTrusted": false,
|
|
8
|
-
},
|
|
9
|
-
],
|
|
10
|
-
]
|
|
11
|
-
`;
|
|
12
|
-
|
|
13
|
-
exports[`constructor works 1`] = `
|
|
14
|
-
Array [
|
|
15
|
-
Array [
|
|
16
|
-
"click",
|
|
17
|
-
[Function],
|
|
18
|
-
],
|
|
19
|
-
]
|
|
20
|
-
`;
|
|
21
|
-
|
|
22
|
-
exports[`constructor works 2`] = `
|
|
23
|
-
Array [
|
|
24
|
-
Array [
|
|
25
|
-
"keyup",
|
|
26
|
-
[Function],
|
|
27
|
-
],
|
|
28
|
-
]
|
|
29
|
-
`;
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
|
-
|
|
3
|
-
exports[`_onIconClick resets on clear 1`] = `
|
|
4
|
-
Array [
|
|
5
|
-
Array [],
|
|
6
|
-
]
|
|
7
|
-
`;
|
|
8
|
-
|
|
9
|
-
exports[`_onIconClick resets on error 1`] = `
|
|
10
|
-
Array [
|
|
11
|
-
Array [],
|
|
12
|
-
]
|
|
13
|
-
`;
|
|
14
|
-
|
|
15
|
-
exports[`_onResultClick resets on null value 1`] = `
|
|
16
|
-
Array [
|
|
17
|
-
Array [
|
|
18
|
-
CustomEvent {
|
|
19
|
-
"isTrusted": false,
|
|
20
|
-
},
|
|
21
|
-
],
|
|
22
|
-
]
|
|
23
|
-
`;
|
|
24
|
-
|
|
25
|
-
exports[`_onResultClick works on classic 1`] = `
|
|
26
|
-
Array [
|
|
27
|
-
Array [
|
|
28
|
-
CustomEvent {
|
|
29
|
-
"isTrusted": false,
|
|
30
|
-
},
|
|
31
|
-
],
|
|
32
|
-
]
|
|
33
|
-
`;
|
|
34
|
-
|
|
35
|
-
exports[`_onResultClick works on reduced 1`] = `
|
|
36
|
-
Array [
|
|
37
|
-
Array [
|
|
38
|
-
CustomEvent {
|
|
39
|
-
"isTrusted": false,
|
|
40
|
-
},
|
|
41
|
-
],
|
|
42
|
-
]
|
|
43
|
-
`;
|
|
44
|
-
|
|
45
|
-
exports[`_search skips if no searcher fct 1`] = `
|
|
46
|
-
Array [
|
|
47
|
-
Array [
|
|
48
|
-
"No search handler defined",
|
|
49
|
-
],
|
|
50
|
-
]
|
|
51
|
-
`;
|
|
52
|
-
|
|
53
|
-
exports[`_search skips if value is empty 1`] = `
|
|
54
|
-
Array [
|
|
55
|
-
Array [],
|
|
56
|
-
]
|
|
57
|
-
`;
|
|
58
|
-
|
|
59
|
-
exports[`reset works 1`] = `
|
|
60
|
-
Array [
|
|
61
|
-
Array [
|
|
62
|
-
null,
|
|
63
|
-
],
|
|
64
|
-
]
|
|
65
|
-
`;
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"type":"FeatureCollection",
|
|
3
|
-
"version":"draft",
|
|
4
|
-
"features":[
|
|
5
|
-
{
|
|
6
|
-
"type":"Feature",
|
|
7
|
-
"geometry":{
|
|
8
|
-
"type":"Point",
|
|
9
|
-
"coordinates":[
|
|
10
|
-
2.290084,
|
|
11
|
-
49.897443
|
|
12
|
-
]
|
|
13
|
-
},
|
|
14
|
-
"properties":{
|
|
15
|
-
"label":"8 Boulevard du Port 80000 Amiens",
|
|
16
|
-
"score":0.49159121588068583,
|
|
17
|
-
"housenumber":"8",
|
|
18
|
-
"id":"80021_6590_00008",
|
|
19
|
-
"type":"housenumber",
|
|
20
|
-
"name":"8 Boulevard du Port",
|
|
21
|
-
"postcode":"80000",
|
|
22
|
-
"citycode":"80021",
|
|
23
|
-
"x":648952.58,
|
|
24
|
-
"y":6977867.25,
|
|
25
|
-
"city":"Amiens",
|
|
26
|
-
"context":"80, Somme, Hauts-de-France",
|
|
27
|
-
"importance":0.6706612694243868,
|
|
28
|
-
"street":"Boulevard du Port"
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
],
|
|
32
|
-
"attribution":"BAN",
|
|
33
|
-
"licence":"ODbL 1.0",
|
|
34
|
-
"query":"8 bd du port",
|
|
35
|
-
"limit":1
|
|
36
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"type": "FeatureCollection",
|
|
3
|
-
"geocoding": {
|
|
4
|
-
"version": "0.1.0",
|
|
5
|
-
"attribution": "Data © OpenStreetMap contributors, ODbL 1.0. http://osm.org/copyright",
|
|
6
|
-
"licence": "ODbL",
|
|
7
|
-
"query": "paris"
|
|
8
|
-
},
|
|
9
|
-
"features": [
|
|
10
|
-
{
|
|
11
|
-
"type": "Feature",
|
|
12
|
-
"properties": {
|
|
13
|
-
"geocoding": {
|
|
14
|
-
"place_id": 88066702,
|
|
15
|
-
"osm_type": "relation",
|
|
16
|
-
"osm_id": 71525,
|
|
17
|
-
"osm_key": "boundary",
|
|
18
|
-
"osm_value": "administrative",
|
|
19
|
-
"type": "city",
|
|
20
|
-
"label": "Paris, Île-de-France, France métropolitaine, France",
|
|
21
|
-
"name": "Paris",
|
|
22
|
-
"state": "Île-de-France",
|
|
23
|
-
"country": "France",
|
|
24
|
-
"country_code": "fr",
|
|
25
|
-
"admin": {
|
|
26
|
-
"level6": "Paris",
|
|
27
|
-
"level4": "Île-de-France",
|
|
28
|
-
"level3": "France métropolitaine"
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
},
|
|
32
|
-
"geometry": {
|
|
33
|
-
"type": "Point",
|
|
34
|
-
"coordinates": [
|
|
35
|
-
2.3483915,
|
|
36
|
-
48.8534951
|
|
37
|
-
]
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
]
|
|
41
|
-
}
|
|
@@ -1,148 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"features": [
|
|
3
|
-
{
|
|
4
|
-
"asset_templates": {
|
|
5
|
-
"tiles": {
|
|
6
|
-
"href": "https://geovisio.fr/api/pictures/0005086d-65eb-4a90-9764-86b3661aaa77/tiled/{TileCol}_{TileRow}.jpg",
|
|
7
|
-
"roles": ["data"],
|
|
8
|
-
"type": "image/jpeg"
|
|
9
|
-
},
|
|
10
|
-
"tiles_webp": {
|
|
11
|
-
"href": "https://geovisio.fr/api/pictures/0005086d-65eb-4a90-9764-86b3661aaa77/tiled/{TileCol}_{TileRow}.webp",
|
|
12
|
-
"roles": ["data"],
|
|
13
|
-
"type": "image/webp"
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
"assets": {
|
|
17
|
-
"hd": {
|
|
18
|
-
"href": "https://geovisio.fr/api/pictures/0005086d-65eb-4a90-9764-86b3661aaa77/hd.jpg",
|
|
19
|
-
"roles": ["data"],
|
|
20
|
-
"type": "image/jpeg"
|
|
21
|
-
},
|
|
22
|
-
"hd_webp": {
|
|
23
|
-
"href": "https://geovisio.fr/api/pictures/0005086d-65eb-4a90-9764-86b3661aaa77/hd.webp",
|
|
24
|
-
"roles": ["data"],
|
|
25
|
-
"type": "image/webp"
|
|
26
|
-
},
|
|
27
|
-
"sd": {
|
|
28
|
-
"href": "https://geovisio.fr/api/pictures/0005086d-65eb-4a90-9764-86b3661aaa77/sd.jpg",
|
|
29
|
-
"roles": ["visual"],
|
|
30
|
-
"type": "image/jpeg"
|
|
31
|
-
},
|
|
32
|
-
"sd_webp": {
|
|
33
|
-
"href": "https://geovisio.fr/api/pictures/0005086d-65eb-4a90-9764-86b3661aaa77/sd.webp",
|
|
34
|
-
"roles": ["visual"],
|
|
35
|
-
"type": "image/webp"
|
|
36
|
-
},
|
|
37
|
-
"thumb": {
|
|
38
|
-
"href": "https://geovisio.fr/api/pictures/0005086d-65eb-4a90-9764-86b3661aaa77/thumb.jpg",
|
|
39
|
-
"roles": ["thumbnail"],
|
|
40
|
-
"type": "image/jpeg"
|
|
41
|
-
},
|
|
42
|
-
"thumb_webp": {
|
|
43
|
-
"href": "https://geovisio.fr/api/pictures/0005086d-65eb-4a90-9764-86b3661aaa77/thumb.webp",
|
|
44
|
-
"roles": ["thumbnail"],
|
|
45
|
-
"type": "image/webp"
|
|
46
|
-
}
|
|
47
|
-
},
|
|
48
|
-
"bbox": [2.1822941,48.9810589,2.1822941,48.9810589],
|
|
49
|
-
"collection": "bb129602-5ac1-4512-bf67-9ec1fa23033f",
|
|
50
|
-
"geometry": {
|
|
51
|
-
"coordinates": [2.1822941,48.9810589],
|
|
52
|
-
"type": "Point"
|
|
53
|
-
},
|
|
54
|
-
"id": "0005086d-65eb-4a90-9764-86b3661aaa77",
|
|
55
|
-
"links": [
|
|
56
|
-
{
|
|
57
|
-
"href": "https://geovisio.fr/api",
|
|
58
|
-
"rel": "root",
|
|
59
|
-
"type": "application/json"
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
"href": "https://geovisio.fr/api/collections/bb129602-5ac1-4512-bf67-9ec1fa23033f",
|
|
63
|
-
"rel": "parent",
|
|
64
|
-
"type": "application/json"
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"href": "https://geovisio.fr/api/collections/bb129602-5ac1-4512-bf67-9ec1fa23033f/items/0005086d-65eb-4a90-9764-86b3661aaa77",
|
|
68
|
-
"rel": "self",
|
|
69
|
-
"type": "application/geo+json"
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"href": "https://geovisio.fr/api/collections/bb129602-5ac1-4512-bf67-9ec1fa23033f",
|
|
73
|
-
"rel": "collection",
|
|
74
|
-
"type": "application/json"
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"geometry": {
|
|
78
|
-
"coordinates": [2.1822633,48.9811134],
|
|
79
|
-
"type": "Point"
|
|
80
|
-
},
|
|
81
|
-
"href": "https://geovisio.fr/api/collections/bb129602-5ac1-4512-bf67-9ec1fa23033f/items/ccf5f468-38b8-4b42-8d79-b97f5391e0a3",
|
|
82
|
-
"id": "ccf5f468-38b8-4b42-8d79-b97f5391e0a3",
|
|
83
|
-
"rel": "next",
|
|
84
|
-
"type": "application/geo+json"
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"geometry": {
|
|
88
|
-
"coordinates": [2.1823272,48.9810024],
|
|
89
|
-
"type": "Point"
|
|
90
|
-
},
|
|
91
|
-
"href": "https://geovisio.fr/api/collections/bb129602-5ac1-4512-bf67-9ec1fa23033f/items/127d9282-d082-46ca-bc09-4b0d8569dd2c",
|
|
92
|
-
"id": "127d9282-d082-46ca-bc09-4b0d8569dd2c",
|
|
93
|
-
"rel": "prev",
|
|
94
|
-
"type": "application/geo+json"
|
|
95
|
-
}
|
|
96
|
-
],
|
|
97
|
-
"properties": {
|
|
98
|
-
"datetime": "2022-05-03T13:28:56+00:00",
|
|
99
|
-
"license": "proprietary",
|
|
100
|
-
"pers:interior_orientation": {
|
|
101
|
-
"camera_manufacturer": "GoPro",
|
|
102
|
-
"camera_model": "Max",
|
|
103
|
-
"field_of_view": 360,
|
|
104
|
-
"focal_length": 3
|
|
105
|
-
},
|
|
106
|
-
"tiles:tile_matrix_sets": {
|
|
107
|
-
"geovisio": {
|
|
108
|
-
"identifier": "geovisio-0005086d-65eb-4a90-9764-86b3661aaa77",
|
|
109
|
-
"tileMatrix": [
|
|
110
|
-
{
|
|
111
|
-
"identifier": "0",
|
|
112
|
-
"matrixHeight": 4,
|
|
113
|
-
"matrixWidth": 8,
|
|
114
|
-
"scaleDenominator": 1,
|
|
115
|
-
"tileHeight": 720,
|
|
116
|
-
"tileWidth": 720,
|
|
117
|
-
"topLeftCorner": [0,0],
|
|
118
|
-
"type": "TileMatrixType"
|
|
119
|
-
}
|
|
120
|
-
],
|
|
121
|
-
"title": "GeoVisio tile matrix for picture 0005086d-65eb-4a90-9764-86b3661aaa77",
|
|
122
|
-
"type": "TileMatrixSetType"
|
|
123
|
-
}
|
|
124
|
-
},
|
|
125
|
-
"view:azimuth": 0
|
|
126
|
-
},
|
|
127
|
-
"providers": [
|
|
128
|
-
{
|
|
129
|
-
"name": "User",
|
|
130
|
-
"roles": ["producer"]
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"name": "geovisio.fr",
|
|
134
|
-
"roles": ["processor","host"]
|
|
135
|
-
}
|
|
136
|
-
],
|
|
137
|
-
"stac_extensions": [
|
|
138
|
-
"https://stac-extensions.github.io/view/v1.0.0/schema.json",
|
|
139
|
-
"https://raw.githubusercontent.com/stac-extensions/perspective-imagery/main/json-schema/schema.json",
|
|
140
|
-
"https://stac-extensions.github.io/tiled-assets/v1.0.0/schema.json"
|
|
141
|
-
],
|
|
142
|
-
"stac_version": "1.0.0-rc.2",
|
|
143
|
-
"type": "Feature"
|
|
144
|
-
}
|
|
145
|
-
],
|
|
146
|
-
"links": [],
|
|
147
|
-
"type": "FeatureCollection"
|
|
148
|
-
}
|
package/tests/setupTests.js
DELETED