drone_view 1.0.2 → 1.0.3

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": "drone_view",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "main": "dist/droneView.js",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -74,7 +74,7 @@ module.exports = {
74
74
  }),
75
75
  new webpack.DefinePlugin({
76
76
  // Define relative base path in cesium for loading assets
77
- CESIUM_BASE_URL: JSON.stringify('/'),
77
+ CESIUM_BASE_URL: JSON.stringify('/service/3d/'),
78
78
  }),
79
79
  ],
80
80
  mode: 'development',
@@ -71,7 +71,7 @@ module.exports = {
71
71
  }),
72
72
  new webpack.DefinePlugin({
73
73
  // Define relative base path in cesium for loading assets
74
- CESIUM_BASE_URL: JSON.stringify('/'),
74
+ CESIUM_BASE_URL: JSON.stringify('/service/3d/'),
75
75
  }),
76
76
  ],
77
77
  mode: 'production',