--- index.html.orig	2014-11-14 08:01:56.000000000 +0100
+++ index.html	2014-11-14 08:03:48.000000000 +0100
@@ -29,6 +29,14 @@
 	    layers: [osm]
 	});
 
+var lpis = L.tileLayer.wms('http://eagri.cz/public/app/wms/plpis.fcgi', {
+    layers: 'LPIS_FB4_KOD',
+    format: 'image/png',
+    transparent: true,
+    crs: L.CRS.EPSG4326,
+    attribution: "eagri.cz"
+}).addTo(map);
+
 	    map.attributionControl.setPrefix('');
 
 	var overlays = {
@@ -37,7 +45,8 @@
 	    "Ulice": ulice,
 	    "Budovy": budovy,
 	    "Budovy-todo": budovytodo,
-	    "Adresy": adresy
+	    "Adresy": adresy,
+      "LPIS": lpis
 	};
 
 	L.control.layers({},overlays).addTo(map);
