diff --git a/src/layouts/partial-map.html b/src/layouts/partial-map.html
index 78543b1eca..28846eea04 100644
--- a/src/layouts/partial-map.html
+++ b/src/layouts/partial-map.html
@@ -1,6 +1,7 @@
+
@@ -35,13 +36,24 @@
url="http://otile1.mqcdn.com/tiles/1.0.0/osm/{z}/{x}/{y}.png">
© OpenStreetMap contributors. Tiles courtesy of MapQuest
-
-
-
-
+
+
+
+
+
+ [[item.entityDisplay]]
+
+
+
+
+
+
+
diff --git a/src/layouts/partial-map.js b/src/layouts/partial-map.js
index ad393a53b8..b8c2041246 100644
--- a/src/layouts/partial-map.js
+++ b/src/layouts/partial-map.js
@@ -36,6 +36,15 @@ export default new Polymer({
],
},
+ zoneEntities: {
+ type: Array,
+ bindNuclear: [
+ entityGetters.entityMap,
+ entities => entities.valueSeq()
+ .filter(entity => entity.domain == 'zone').toArray(),
+ ],
+ },
+
narrow: {
type: Boolean,
},