diff --git a/Product/Gui/Config-Gui/BrowserConfigViewModel.cs b/Product/Gui/Config-Gui/BrowserConfigViewModel.cs
index 5315458..79b7dc7 100644
--- a/Product/Gui/Config-Gui/BrowserConfigViewModel.cs
+++ b/Product/Gui/Config-Gui/BrowserConfigViewModel.cs
@@ -32,6 +32,7 @@ namespace At.FF.Krems.Config_Gui
using System.Linq;
using System.Runtime.CompilerServices;
+ using At.FF.Krems.Configuration.Google.StaticMaps.Enums;
using At.FF.Krems.Config_Gui.Annotations;
using At.FF.Krems.Configuration.XML;
diff --git a/Product/Gui/FullscreenBrowser/Print/PrintController.cs b/Product/Gui/FullscreenBrowser/Print/PrintController.cs
index c4f0d63..fdfe1aa 100644
--- a/Product/Gui/FullscreenBrowser/Print/PrintController.cs
+++ b/Product/Gui/FullscreenBrowser/Print/PrintController.cs
@@ -232,6 +232,7 @@ private void InternalPrint(bool automaticPrint)
if (string.IsNullOrWhiteSpace(item.MapUrl))
{
+ // Google Static Maps Developer Guide: https://developers.google.com/maps/documentation/static-maps/intro
var mapData =
this.GetData(
$"https://secure.florian10.info/ows/infoscreen/geo/staticmap.ashx?address={item.Strasse}{(string.IsNullOrWhiteSpace(item.Nummer1) ? string.Empty : "%20" + item.Nummer1)},%20{item.Plz}%20{item.Ort}");
diff --git a/Product/Shared/Configuration/Configuration.csproj b/Product/Shared/Configuration/Configuration.csproj
index d0e4348..7bee9fe 100644
--- a/Product/Shared/Configuration/Configuration.csproj
+++ b/Product/Shared/Configuration/Configuration.csproj
@@ -47,6 +47,22 @@
Properties\SolutionInfo.cs
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -57,6 +73,7 @@
+