@panoramax/web-viewer 4.4.0-develop-28f9687f → 4.4.0-develop-820eae1e
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/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#  Panoramax
|
|
2
2
|
|
|
3
3
|
__Panoramax__ is a digital resource for sharing and using 📍📷 field photos. Anyone can take photographs of places visible from the public streets and contribute them to the Panoramax database. This data is then freely accessible and reusable by all. More information available at [gitlab.com/panoramax](https://gitlab.com/panoramax) and [panoramax.fr](https://panoramax.fr/).
|
|
4
4
|
|
|
@@ -8,7 +8,7 @@ import PACKAGE_JSON from "../../../package.json" with { type: "json" };
|
|
|
8
8
|
import BasicStyles from "./Basic.css" with { type: "css" };
|
|
9
9
|
document.adoptedStyleSheets.push(BasicStyles);
|
|
10
10
|
|
|
11
|
-
const __COMMIT_HASH__ = "
|
|
11
|
+
const __COMMIT_HASH__ = "820eae1";
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
14
|
* Event for overlaying menu opening
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|