diff --git a/layout.sty b/layout.sty
index f4c812b680026e5c9e5df8001360d1811cab3548..84e9943a820f6e7a928e1b96af6d4b84ccc2b44e 100644
--- a/layout.sty
+++ b/layout.sty
@@ -289,6 +289,22 @@ bookmarks=true]%
   \end{figure*}
 }
 
+\newcommand\smolMapPic[3][\Huge]{
+  \begin{tikzpicture}
+      \node[anchor=south west,inner sep=0] (image) at (0,0) {\pic{#2}};
+      \begin{scope}[
+          x={(image.south east)},
+          y={(image.north west)}
+      ]
+          \foreach \mNum/\mX/\mY in {#3}{
+            \mapLegend{\outline{\mNum}}{\mX}{\mY}{#1}
+          }
+      \end{scope}
+  \end{tikzpicture}
+  \label{#2}
+}
+
+
 \newcounter{blingNo}
 \setcounter{blingNo}{0}