Index: /trunk/scripts/SyncEditorLayerIndex.groovy
===================================================================
--- /trunk/scripts/SyncEditorLayerIndex.groovy	(revision 13591)
+++ /trunk/scripts/SyncEditorLayerIndex.groovy	(revision 13592)
@@ -607,5 +607,11 @@
             if (!et.equals(jt)) {
                 if (!jt) {
-                    myprintln "- Missing JOSM projections (${et}): ${getDescription(j)}"
+                    def t = getType(e)
+                    if(t == "wms_endpoint" || t == "tms") {
+                        myprintln "+ ELI projections for type ${t}: ${getDescription(j)}"
+                    }
+                    else {
+                        myprintln "- Missing JOSM projections (${et}): ${getDescription(j)}"
+                    }
                 } else if (et) {
                     if("EPSG:3857 EPSG:4326".equals(et) || "EPSG:3857".equals(et) || "EPSG:4326".equals(et)) {
Index: /trunk/scripts/TestHTTPS.pl
===================================================================
--- /trunk/scripts/TestHTTPS.pl	(revision 13591)
+++ /trunk/scripts/TestHTTPS.pl	(revision 13592)
@@ -23,4 +23,5 @@
   wms.openstreetmap.de
   www.jgoodies.com
+  www.muenchen.de
   www.osm-tools.org
   www.webatlasde.de
