Updated the unclasified check script
authorLuciano Montanaro <mikelima@cirulla.net>
Sun, 3 Jul 2011 10:05:39 +0000 (12:05 +0200)
committerLuciano Montanaro <mikelima@cirulla.net>
Sun, 3 Jul 2011 10:05:39 +0000 (12:05 +0200)
This was falling out of sync with the generatestations.xq scipt

application/resources/stations/generateunclassifiedlist.xq

index cee75ae..bb88c29 100644 (file)
@@ -1,15 +1,26 @@
 <stations>
 {
-for $doc in ('nord.osm',
-             'nordovest.osm', 
-             'nordest.osm',
-            'liguria.osm',
-             'centronord.osm', 
-            'centrosud.osm', 
-            'sud.osm', 
-            'sicilia.osm', 
-            'puglia.osm', 
-            'sardegna.osm')
+for $doc in (
+       'nord.osm',
+       'nordovest.osm',
+       'nordest.osm',
+       'liguria.osm',
+       'centronord.osm', 
+       'centrosud.osm', 
+       'sud.osm', 
+       'sicilia.osm', 
+       'puglia.osm', 
+       'sardegna.osm',
+       'h-nord.osm',
+       'h-nordovest.osm',
+       'h-nordest.osm',
+       'h-liguria.osm',
+       'h-centronord.osm', 
+       'h-centrosud.osm', 
+       'h-sud.osm', 
+       'h-sicilia.osm', 
+       'h-puglia.osm', 
+       'h-sardegna.osm')
 for $node in doc($doc)//node
 where $node/tag[@k='name'] and empty($node/tag[@k='operator']) 
 return