Index: trunk/scripts/SyncEditorLayerIndex.groovy
===================================================================
--- trunk/scripts/SyncEditorLayerIndex.groovy	(revision 13480)
+++ trunk/scripts/SyncEditorLayerIndex.groovy	(revision 13511)
@@ -648,4 +648,7 @@
             def j = josmUrls.get(url)
             def id = getId(j)
+            if("wms".equals(getType(j)) && !getProjections(j)) {
+                myprintln "* WMS without projections: ${getDescription(j)}"
+            }
             if(josmMirrors.containsKey(url)) {
                 continue
