diff --git a/rio_viz/app.py b/rio_viz/app.py index 35a5e74..21a3cfb 100644 --- a/rio_viz/app.py +++ b/rio_viz/app.py @@ -90,7 +90,7 @@ class viz: app: FastAPI = attr.ib(default=attr.Factory(FastAPI)) port: int = attr.ib(default=8080) - host: str = attr.ib(default="127.0.0.1") + host: str = attr.ib(default="0.0.0.0") config: Dict = attr.ib(default=dict) minzoom: Optional[int] = attr.ib(default=None) diff --git a/rio_viz/scripts/cli.py b/rio_viz/scripts/cli.py index 05e1a8b..018e5ef 100644 --- a/rio_viz/scripts/cli.py +++ b/rio_viz/scripts/cli.py @@ -67,8 +67,8 @@ def convert(self, value, param, ctx): @click.option( "--host", type=str, - default="127.0.0.1", - help="Webserver host url (default: 127.0.0.1)", + default="0.0.0.0", + help="Webserver host url (default: 0.0.0.0)", ) @click.option("--no-check", is_flag=True, help="Ignore COG validation") @click.option( diff --git a/rio_viz/src/img/nasa.svg b/rio_viz/src/img/nasa.svg new file mode 100644 index 0000000..ccf232c --- /dev/null +++ b/rio_viz/src/img/nasa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/rio_viz/src/img/vizex.svg b/rio_viz/src/img/vizex.svg new file mode 100644 index 0000000..633f8eb --- /dev/null +++ b/rio_viz/src/img/vizex.svg @@ -0,0 +1,288 @@ + + diff --git a/rio_viz/templates/bands.html b/rio_viz/templates/bands.html index d2474b4..26b3031 100644 --- a/rio_viz/templates/bands.html +++ b/rio_viz/templates/bands.html @@ -1,1079 +1,1125 @@ - -
- -