Index: trunk/build.xml
===================================================================
--- trunk/build.xml	(revision 11324)
+++ trunk/build.xml	(revision 11412)
@@ -689,5 +689,5 @@
         <echo message="Checking editor imagery difference"/>
         <groovy src="scripts/SyncEditorImageryIndex.groovy" classpath="${dist.dir}/josm-custom.jar">
-            <arg value="-nomissingeii"/>
+                <!--<arg value="-nomissingeii"/>-->
         </groovy>
     </target>
@@ -707,7 +707,7 @@
         </exec>
         <exec append="false" executable="wget" failifexecutionfails="true">
-            <arg value="https://raw.githubusercontent.com/osmlab/editor-imagery-index/gh-pages/imagery.json"/>
+            <arg value="https://raw.githubusercontent.com/osmlab/editor-imagery-index/gh-pages/imagery.geojson"/>
             <arg value="-O"/>
-            <arg value="imagery.json"/>
+            <arg value="imagery.geojson"/>
             <arg value="--unlink"/>
         </exec>
