diff --git a/src/Admin.vue b/src/Admin.vue index 82ffadb4..32d31847 100644 --- a/src/Admin.vue +++ b/src/Admin.vue @@ -55,6 +55,15 @@ : t("memories", "Geometry table has not been created") }} + + {{ + t( + "memories", + "Reverse geocoding has not been configured ({gisType}).", + { gisType } + ) + }} + {{ @@ -371,6 +380,8 @@ const settings = { exiftoolPath: "memories.exiftool", exiftoolPerl: "memories.exiftool_no_local", + gisType: "memories.gis_type", + enableTranscoding: "memories.vod.disable", ffmpegPath: "memories.vod.ffmpeg", ffprobePath: "memories.vod.ffprobe", @@ -420,6 +431,8 @@ export default defineComponent({ exiftoolPath: "", exiftoolPerl: false, + gisType: 0, + enableTranscoding: false, ffmpegPath: "", ffprobePath: "",