Package de.komoot.photon.importer.nominatim

Examples of de.komoot.photon.importer.nominatim.NominatimUpdater


      nominatimConnector.readEntireDatabase();
      log.info("imported data from nominatim to photon.");
      return;
    }

    final NominatimUpdater nominatimUpdater = new NominatimUpdater(args.getHost(), args.getPort(), args.getDatabase(), args.getUser(), args.getPassword());
    de.komoot.photon.importer.Updater updater = new de.komoot.photon.importer.elasticsearch.Updater(esNodeClient);
    nominatimUpdater.setUpdater(updater);

    startApi(args, esNodeClient, nominatimUpdater);
  }
View Full Code Here

TOP

Related Classes of de.komoot.photon.importer.nominatim.NominatimUpdater

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.