diff --git a/historic.json b/historic.json
index 4f0541f..50172e7 100644
--- a/historic.json
+++ b/historic.json
@@ -47,6 +47,12 @@
         "  </tr>",
         "{% endif %}",
         "{% endfor %}",
+        "{% if 14 <= map.zoom %}",
+        "  <tr>",
+        "    <td>{{ markerCircle({})|raw }}<div class='sign'></div></td>",
+        "    <td>{{ trans('other') }}</td>",
+        "  </tr>",
+        "{% endif %}",
         "</table>"
     ],
     "const": {
@@ -73,10 +79,6 @@
         "monument": {
             "sign": "<img src='maki:monument?size=15'>",
             "zoom": 11
-        },
-        "other": {
-            "sign": "",
-            "zoom": 14
         }
     }
-}
+}
\ No newline at end of file