Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# FTW Inference App
# FTW Explorer - The Inference App

A Vue 3 application for running inference on satellite imagery using the FTW API.

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="./static/images/ftw_logo.png" />
<link rel="icon" type="image/svg+xml" href="./static/images/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FTW Inference</title>
<title>Fields of The World Explorer</title>
</head>
<body>
<div id="app"></div>
Expand Down
7 changes: 6 additions & 1 deletion src/views/MapView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,12 @@ function setModeValue(newValue: number) {

<!-- About Dialog -->
<v-dialog v-model="aboutDialog" width="auto">
<v-card max-width="600" border :prepend-icon="mdiInformation" title="About the FTW Explorer">
<v-card
max-width="600"
border
:prepend-icon="mdiInformation"
title="About the Fields of The World Explorer"
>
<v-card-text>
Welcome to the Fields of the World (FTW) Explorer Web App. Use it to either explore the
global field boundary data or run the FTW model on Sentinel-2 Level 2A Collection 1
Expand Down
Binary file removed static/images/ftw_logo.png
Binary file not shown.
25 changes: 25 additions & 0 deletions static/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading