We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2002127 commit 8d42e3fCopy full SHA for 8d42e3f
scripts/SyncEditorLayerIndex.java
@@ -398,7 +398,7 @@ void loadELIUsers() throws IOException {
398
}
399
myprintln("*** Loaded "+idEntries.size()+" entries (iD). ***");
400
try (JsonReader jr = Json.createReader(Files.newBufferedReader(Paths.get(rapidInputFile), UTF_8))) {
401
- rapidEntries = jr.readArray();
+ rapidEntries = jr.readObject().getJsonArray("imagery");
402
403
for (JsonValue e : rapidEntries) {
404
String url = getUrlStripped(e);
0 commit comments