private Coordinate getCoordinate(OSMNode osmNode) {
   return new Coordinate(osmNode.getLon(), osmNode.getLat());
 }