stopIdMap.put(gtfsStop.getId().toString(), stopId );
stopCount++;
}
stopTask.completeTask("Imported " + stopCount + " stops.", GtfsSnapshotMergeTaskStatus.SUCCESS);
Logger.info("Stops loaded: " + stopCount);
Logger.info("GtfsImporter: importing Shapes...");
Logger.info("Calculating agency centroid for stops...");